Shades of Deco #C7D77F
Tints of Deco #C7D77F
RGB
CMYK
RGB Variations
Color information
#C7D77F (or 0xC7D77F) is known color: Deco. HEX triplet: C7, D7 and 7F. RGB value is (199,215,127). Sum of RGB (Red+Green+Blue) = 199+215+127=541 (71% of max value = 765). Red value is 199 (78.12% from 255 or 36.78% from 541); Green value is 215 (84.38% from 255 or 39.74% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 215 - color contains mainly: green. Hex color #C7D77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7D77F is #382880. Grayscale: #C8C8C8. Windows color (decimal): -3680385 or 8378311. OLE color: 8378311.
HSL color Cylindrical-coordinate representation of color #C7D77F: hue angle of 70.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7D77F is Cyan = 0.07, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 199 | 215 | 127 | - |
| CMYK | 0.07 | 0 | 0.41 | 0.16 |
| HSL | 70.91º | 0.52% | 0.67% | - |
| HSV(B) | 70.91º | 0.41% | 0.84% | - |
| XYZ | 51.68 | 62.28 | 29.37 | - |
| YUV | 200.18 | 86.7 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 215 | 127 | 0.07 | 0 | 0.41 | 0.16 | 70.91 | 0.52 | 0.67 |
| Hex | C7 | D7 | 7F | 7 | 0 | 29 | 10 | 47 | 34 | 43 |
| Octal | 307 | 327 | 177 | 7 | 0 | 51 | 20 | 107 | 64 | 103 |
| Binary | 11000111 | 11010111 | 1111111 | 111 | 0 | 101001 | 10000 | 1000111 | 110100 | 1000011 |
Color Harmonies of #C7D77F
Complementary color
Monochromatic Colors of #C7D77F
Black with #C7D77F
Text Example
Text Example
White with #C7D77F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7D77F; }
p { color: rgb(199,215,127); }
H1.HeaderClassName
{
color: #C7D77F;
}
.AnyTagClassName
{
color: #C7D77F;
}
</style>
background-color css
<style>
a { background-color: #C7D77F; }
a { background-color: rgb(199,215,127); }
div.DivClassName
{
background-color: #C7D77F;
}
.BgClassName
{
background-color: #C7D77F;
}
</style>
border-color css
<style>
span { border-color: #C7D77F; }
span { border-color: rgb(199,215,127); }
td.TdClassName
{
border-color: #C7D77F;
}
.TagClassName
{
border-color: #C7D77F;
}
</style>