Shades of Deco #CBDD77
Tints of Deco #CBDD77
RGB
CMYK
RGB Variations
Color information
#CBDD77 (or 0xCBDD77) is known color: Deco. HEX triplet: CB, DD and 77. RGB value is (203,221,119). Sum of RGB (Red+Green+Blue) = 203+221+119=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 119 (46.88% from 255 or 21.92% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD77 is #342288. Grayscale: #CCCCCC. Windows color (decimal): -3416713 or 7855563. OLE color: 7855563.
HSL color Cylindrical-coordinate representation of color #CBDD77: hue angle of 70.59º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CBDD77 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 119 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.13 |
| HSL | 70.59º | 0.6% | 0.67% | - |
| HSV(B) | 70.59º | 0.46% | 0.87% | - |
| XYZ | 53.81 | 65.74 | 27.31 | - |
| YUV | 203.99 | 80.04 | 127.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 119 | 0.08 | 0 | 0.46 | 0.13 | 70.59 | 0.6 | 0.67 |
| Hex | CB | DD | 77 | 8 | 0 | 2E | D | 47 | 3C | 43 |
| Octal | 313 | 335 | 167 | 10 | 0 | 56 | 15 | 107 | 74 | 103 |
| Binary | 11001011 | 11011101 | 1110111 | 1000 | 0 | 101110 | 1101 | 1000111 | 111100 | 1000011 |
Color Harmonies of #CBDD77
Complementary color
Monochromatic Colors of #CBDD77
Black with #CBDD77
Text Example
Text Example
White with #CBDD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD77; }
p { color: rgb(203,221,119); }
H1.HeaderClassName
{
color: #CBDD77;
}
.AnyTagClassName
{
color: #CBDD77;
}
</style>
background-color css
<style>
a { background-color: #CBDD77; }
a { background-color: rgb(203,221,119); }
div.DivClassName
{
background-color: #CBDD77;
}
.BgClassName
{
background-color: #CBDD77;
}
</style>
border-color css
<style>
span { border-color: #CBDD77; }
span { border-color: rgb(203,221,119); }
td.TdClassName
{
border-color: #CBDD77;
}
.TagClassName
{
border-color: #CBDD77;
}
</style>