Shades of Deco #C4D27F
Tints of Deco #C4D27F
RGB
CMYK
RGB Variations
Color information
#C4D27F (or 0xC4D27F) is known color: Deco. HEX triplet: C4, D2 and 7F. RGB value is (196,210,127). Sum of RGB (Red+Green+Blue) = 196+210+127=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #C4D27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4D27F is #3B2D80. Grayscale: #C4C4C4. Windows color (decimal): -3878273 or 8377028. OLE color: 8377028.
HSL color Cylindrical-coordinate representation of color #C4D27F: hue angle of 70.12º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C4D27F is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 196 | 210 | 127 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.18 |
| HSL | 70.12º | 0.48% | 0.66% | - |
| HSV(B) | 70.12º | 0.4% | 0.82% | - |
| XYZ | 49.64 | 59.36 | 28.92 | - |
| YUV | 196.35 | 88.86 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 210 | 127 | 0.07 | 0 | 0.40 | 0.18 | 70.12 | 0.48 | 0.66 |
| Hex | C4 | D2 | 7F | 7 | 0 | 28 | 12 | 46 | 30 | 42 |
| Octal | 304 | 322 | 177 | 7 | 0 | 50 | 22 | 106 | 60 | 102 |
| Binary | 11000100 | 11010010 | 1111111 | 111 | 0 | 101000 | 10010 | 1000110 | 110000 | 1000010 |
Color Harmonies of #C4D27F
Complementary color
Monochromatic Colors of #C4D27F
Black with #C4D27F
Text Example
Text Example
White with #C4D27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4D27F; }
p { color: rgb(196,210,127); }
H1.HeaderClassName
{
color: #C4D27F;
}
.AnyTagClassName
{
color: #C4D27F;
}
</style>
background-color css
<style>
a { background-color: #C4D27F; }
a { background-color: rgb(196,210,127); }
div.DivClassName
{
background-color: #C4D27F;
}
.BgClassName
{
background-color: #C4D27F;
}
</style>
border-color css
<style>
span { border-color: #C4D27F; }
span { border-color: rgb(196,210,127); }
td.TdClassName
{
border-color: #C4D27F;
}
.TagClassName
{
border-color: #C4D27F;
}
</style>