Shades of Deco #C8DA7B
Tints of Deco #C8DA7B
RGB
CMYK
RGB Variations
Color information
#C8DA7B (or 0xC8DA7B) is known color: Deco. HEX triplet: C8, DA and 7B. RGB value is (200,218,123). Sum of RGB (Red+Green+Blue) = 200+218+123=541 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.97% from 541); Green value is 218 (85.55% from 255 or 40.30% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 218 - color contains mainly: green. Hex color #C8DA7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8DA7B is #372584. Grayscale: #CACACA. Windows color (decimal): -3614085 or 8116936. OLE color: 8116936.
HSL color Cylindrical-coordinate representation of color #C8DA7B: hue angle of 71.37º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8DA7B is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 218 | 123 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.15 |
| HSL | 71.37º | 0.56% | 0.67% | - |
| HSV(B) | 71.37º | 0.44% | 0.85% | - |
| XYZ | 52.47 | 63.85 | 28.3 | - |
| YUV | 201.79 | 83.54 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 218 | 123 | 0.08 | 0 | 0.44 | 0.15 | 71.37 | 0.56 | 0.67 |
| Hex | C8 | DA | 7B | 8 | 0 | 2C | F | 47 | 38 | 43 |
| Octal | 310 | 332 | 173 | 10 | 0 | 54 | 17 | 107 | 70 | 103 |
| Binary | 11001000 | 11011010 | 1111011 | 1000 | 0 | 101100 | 1111 | 1000111 | 111000 | 1000011 |
Color Harmonies of #C8DA7B
Complementary color
Monochromatic Colors of #C8DA7B
Black with #C8DA7B
Text Example
Text Example
White with #C8DA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8DA7B; }
p { color: rgb(200,218,123); }
H1.HeaderClassName
{
color: #C8DA7B;
}
.AnyTagClassName
{
color: #C8DA7B;
}
</style>
background-color css
<style>
a { background-color: #C8DA7B; }
a { background-color: rgb(200,218,123); }
div.DivClassName
{
background-color: #C8DA7B;
}
.BgClassName
{
background-color: #C8DA7B;
}
</style>
border-color css
<style>
span { border-color: #C8DA7B; }
span { border-color: rgb(200,218,123); }
td.TdClassName
{
border-color: #C8DA7B;
}
.TagClassName
{
border-color: #C8DA7B;
}
</style>