Shades of Deco #C5D67B
Tints of Deco #C5D67B
RGB
CMYK
RGB Variations
Color information
#C5D67B (or 0xC5D67B) is known color: Deco. HEX triplet: C5, D6 and 7B. RGB value is (197,214,123). Sum of RGB (Red+Green+Blue) = 197+214+123=534 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.89% from 534); Green value is 214 (83.98% from 255 or 40.07% from 534); Blue value is 123 (48.44% from 255 or 23.03% from 534); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D67B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5D67B is #3A2984. Grayscale: #C6C6C6. Windows color (decimal): -3811717 or 8115909. OLE color: 8115909.
HSL color Cylindrical-coordinate representation of color #C5D67B: hue angle of 71.21º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C5D67B is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 197 | 214 | 123 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.16 |
| HSL | 71.21º | 0.53% | 0.66% | - |
| HSV(B) | 71.21º | 0.43% | 0.84% | - |
| XYZ | 50.65 | 61.39 | 27.92 | - |
| YUV | 198.54 | 85.37 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 214 | 123 | 0.08 | 0 | 0.43 | 0.16 | 71.21 | 0.53 | 0.66 |
| Hex | C5 | D6 | 7B | 8 | 0 | 2B | 10 | 47 | 35 | 42 |
| Octal | 305 | 326 | 173 | 10 | 0 | 53 | 20 | 107 | 65 | 102 |
| Binary | 11000101 | 11010110 | 1111011 | 1000 | 0 | 101011 | 10000 | 1000111 | 110101 | 1000010 |
Color Harmonies of #C5D67B
Complementary color
Monochromatic Colors of #C5D67B
Black with #C5D67B
Text Example
Text Example
White with #C5D67B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5D67B; }
p { color: rgb(197,214,123); }
H1.HeaderClassName
{
color: #C5D67B;
}
.AnyTagClassName
{
color: #C5D67B;
}
</style>
background-color css
<style>
a { background-color: #C5D67B; }
a { background-color: rgb(197,214,123); }
div.DivClassName
{
background-color: #C5D67B;
}
.BgClassName
{
background-color: #C5D67B;
}
</style>
border-color css
<style>
span { border-color: #C5D67B; }
span { border-color: rgb(197,214,123); }
td.TdClassName
{
border-color: #C5D67B;
}
.TagClassName
{
border-color: #C5D67B;
}
</style>