COLOR #CBD500

HEX: #CBD500 RGB: (203,213,0)

Color info

#CBD500 contains only red and green colors. Web safe color of #CBD500 is #CCCC00 (or #CC0).

RGB color model

#CBD500 color RGB value is (203,213,0).

RGB: (203,213,0) (80%, 84%, 0%)

RGB channels and saturation

R 203 of 255 = 80%
G 213 of 255 = 84%
B 0 of 255 = 0%

203
213
0

R + G + B ~ 55%. #CBD500 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 203 + 213 + 0 = 416 (100%)
R 203 of 416 ~ 48.8%
G 213 of 416 ~ 51.2%
B 0 of 416 ~ 0'%

%48.8
%51.2

CMYK color model

#CBD500 color CMYK value is (5,0,100,16).

  • cyan value is 4.69%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 16.47%

CMYK: (5,0,100,16)
C5M0Y100K16 (5%, 0%, 100%, 16%)
(0.05 / 0.00 / 1.00 / 0.16)

CMYK percentages

%4.69
%0
%100
%16.47

Codes

Color #CBD500 in popluar color models

CB D5 00
RGB 203 213 0
HSL 63° 100.00% 41.76%
HSB/HSV 63° 100.00% 83.53%
CMYK 4.69% 0.00% 100.00%
16.47%

Color #CBD500 in popluar number systems.

HEX CB D5 00
Decimal 203 213 0
Binary 11001011 11010101 0
Octal 313 325 0

Shades and tints

Shades of #CBD500

#CBD500
(203,213,0)
#B9C200
(185,194,0)
#A7AF00
(167,175,0)
#959C00
(149,156,0)
#838900
(131,137,0)
#717600
(113,118,0)
#5F6300
(95,99,0)
#4D5000
(77,80,0)
#3B3D00
(59,61,0)
#292A00
(41,42,0)
#171700
(23,23,0)
#000000
(0,0,0)

Tints of #CBD500

#CBD500
(203,213,0)
#CFD817
(207,216,23)
#D3DB2E
(211,219,46)
#D7DE45
(215,222,69)
#DBE15C
(219,225,92)
#DFE473
(223,228,115)
#E3E78A
(227,231,138)
#E7EAA1
(231,234,161)
#EBEDB8
(235,237,184)
#EFF0CF
(239,240,207)
#F3F3E6
(243,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBD500 color. Also use rgb(203,213,0) instead hex code.

Text Font Color

.myTextColor { color: #CBD500; }

<p style="color:#CBD500">This sample text font color is #CBD500.</p>

This text font color is #CBD500.

Background Color

.myBgColor { background-color: #CBD500; }

<div style="background-color:#CBD500">Inner text</div>

This div background color is #CBD500.

Border color

.myBorderColor { border: 1px solid #CBD500; }

<div style="border:3px solid #CBD500">Div</div>

This div border color is #CBD500.

Opacity

.myOpacity80 { color: #CBD500; opacity: 0.8; }

<p style="color:#CBD500;opacity:0.8;">80%</p>

Text with #CBD500 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CBD500;}

<p style="text-shadow: 3px 3px 1px #CBD500">Text here.</p>

This text has shadow with #CBD500 color.


.textShadow {text-shadow: 3px 3px 1px #CBD500', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CBD500, 5px 5px 20px red">Text here.</p>

This text has shadow with #CBD500 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CBD500, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CBD500, Direction=45, Strength=4)">Text</p>

This text has shadow with #CBD500 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #CBD500;
-webkit-box-shadow: 1px 1px 3px 2px #CBD500;
box-shadow: 1px 1px 3px 2px #CBD500;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CBD500; -webkit-box-shadow: 1px 1px 3px 2px #CBD500; box-shadow:1px 1px 3px 2px #CBD500;">
Div content here
</div>

This div box has shadow with color #CBD500.

Preview

Color preview on black background

This text has color #CBD500 on black background.


Color preview on white background

This text has color #CBD500 on white background.


Black color preview on #CBD500 background

This text has black color on #CBD500 background.


White color preview on #CBD500 background

This text has white color on #CBD500 background.


Related colors

Complementary color

Complementary color for #hex is #342AFF.


I love getcolorcode.com

Triadic colors

1 #00CBD5 and #D500CB with #CBD500 are triadic colors.

2 #00D5CB and #D5CB00 with #CBD500 are triadic colors.