Shades of Deco #CBDB78
Tints of Deco #CBDB78
RGB
CMYK
RGB Variations
Color information
#CBDB78 (or 0xCBDB78) is known color: Deco. HEX triplet: CB, DB and 78. RGB value is (203,219,120). Sum of RGB (Red+Green+Blue) = 203+219+120=542 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.45% from 542); Green value is 219 (85.94% from 255 or 40.41% from 542); Blue value is 120 (47.27% from 255 or 22.14% from 542); Max value from RGB is 219 - color contains mainly: green. Hex color #CBDB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDB78 is #342487. Grayscale: #CBCBCB. Windows color (decimal): -3417224 or 7920587. OLE color: 7920587.
HSL color Cylindrical-coordinate representation of color #CBDB78: hue angle of 69.7º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBDB78 is Cyan = 0.07, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 219 | 120 | - |
| CMYK | 0.07 | 0 | 0.45 | 0.14 |
| HSL | 69.7º | 0.58% | 0.66% | - |
| HSV(B) | 69.7º | 0.45% | 0.86% | - |
| XYZ | 53.35 | 64.72 | 27.45 | - |
| YUV | 202.93 | 81.2 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 219 | 120 | 0.07 | 0 | 0.45 | 0.14 | 69.7 | 0.58 | 0.66 |
| Hex | CB | DB | 78 | 7 | 0 | 2D | E | 46 | 3A | 42 |
| Octal | 313 | 333 | 170 | 7 | 0 | 55 | 16 | 106 | 72 | 102 |
| Binary | 11001011 | 11011011 | 1111000 | 111 | 0 | 101101 | 1110 | 1000110 | 111010 | 1000010 |
Color Harmonies of #CBDB78
Complementary color
Monochromatic Colors of #CBDB78
Black with #CBDB78
Text Example
Text Example
White with #CBDB78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDB78; }
p { color: rgb(203,219,120); }
H1.HeaderClassName
{
color: #CBDB78;
}
.AnyTagClassName
{
color: #CBDB78;
}
</style>
background-color css
<style>
a { background-color: #CBDB78; }
a { background-color: rgb(203,219,120); }
div.DivClassName
{
background-color: #CBDB78;
}
.BgClassName
{
background-color: #CBDB78;
}
</style>
border-color css
<style>
span { border-color: #CBDB78; }
span { border-color: rgb(203,219,120); }
td.TdClassName
{
border-color: #CBDB78;
}
.TagClassName
{
border-color: #CBDB78;
}
</style>