Shades of Deco #CBDD79
Tints of Deco #CBDD79
RGB
CMYK
RGB Variations
Color information
#CBDD79 (or 0xCBDD79) is known color: Deco. HEX triplet: CB, DD and 79. RGB value is (203,221,121). Sum of RGB (Red+Green+Blue) = 203+221+121=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 121 (47.66% from 255 or 22.20% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #CBDD79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBDD79 is #342286. Grayscale: #CCCCCC. Windows color (decimal): -3416711 or 7986635. OLE color: 7986635.
HSL color Cylindrical-coordinate representation of color #CBDD79: hue angle of 70.8º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CBDD79 is Cyan = 0.08, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 221 | 121 | - |
| CMYK | 0.08 | 0 | 0.45 | 0.13 |
| HSL | 70.8º | 0.6% | 0.67% | - |
| HSV(B) | 70.8º | 0.45% | 0.87% | - |
| XYZ | 53.94 | 65.79 | 27.95 | - |
| YUV | 204.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 221 | 121 | 0.08 | 0 | 0.45 | 0.13 | 70.8 | 0.6 | 0.67 |
| Hex | CB | DD | 79 | 8 | 0 | 2D | D | 47 | 3C | 43 |
| Octal | 313 | 335 | 171 | 10 | 0 | 55 | 15 | 107 | 74 | 103 |
| Binary | 11001011 | 11011101 | 1111001 | 1000 | 0 | 101101 | 1101 | 1000111 | 111100 | 1000011 |
Color Harmonies of #CBDD79
Complementary color
Monochromatic Colors of #CBDD79
Black with #CBDD79
Text Example
Text Example
White with #CBDD79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBDD79; }
p { color: rgb(203,221,121); }
H1.HeaderClassName
{
color: #CBDD79;
}
.AnyTagClassName
{
color: #CBDD79;
}
</style>
background-color css
<style>
a { background-color: #CBDD79; }
a { background-color: rgb(203,221,121); }
div.DivClassName
{
background-color: #CBDD79;
}
.BgClassName
{
background-color: #CBDD79;
}
</style>
border-color css
<style>
span { border-color: #CBDD79; }
span { border-color: rgb(203,221,121); }
td.TdClassName
{
border-color: #CBDD79;
}
.TagClassName
{
border-color: #CBDD79;
}
</style>