Shades of Conifer #C4DB51
Tints of Conifer #C4DB51
RGB
CMYK
RGB Variations
Color information
#C4DB51 (or 0xC4DB51) is known color: Conifer. HEX triplet: C4, DB and 51. RGB value is (196,219,81). Sum of RGB (Red+Green+Blue) = 196+219+81=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 81 (32.03% from 255 or 16.33% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #C4DB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4DB51 is #3B24AE. Grayscale: #C4C4C4. Windows color (decimal): -3876015 or 5364676. OLE color: 5364676.
HSL color Cylindrical-coordinate representation of color #C4DB51: hue angle of 70º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C4DB51 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 196 | 219 | 81 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.14 |
| HSL | 70º | 0.66% | 0.59% | - |
| HSV(B) | 70º | 0.63% | 0.86% | - |
| XYZ | 49.58 | 62.99 | 17.33 | - |
| YUV | 196.39 | 62.88 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 219 | 81 | 0.11 | 0 | 0.63 | 0.14 | 70 | 0.66 | 0.59 |
| Hex | C4 | DB | 51 | B | 0 | 3F | E | 46 | 42 | 3B |
| Octal | 304 | 333 | 121 | 13 | 0 | 77 | 16 | 106 | 102 | 73 |
| Binary | 11000100 | 11011011 | 1010001 | 1011 | 0 | 111111 | 1110 | 1000110 | 1000010 | 111011 |
Color Harmonies of #C4DB51
Complementary color
Monochromatic Colors of #C4DB51
Black with #C4DB51
Text Example
Text Example
White with #C4DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4DB51; }
p { color: rgb(196,219,81); }
H1.HeaderClassName
{
color: #C4DB51;
}
.AnyTagClassName
{
color: #C4DB51;
}
</style>
background-color css
<style>
a { background-color: #C4DB51; }
a { background-color: rgb(196,219,81); }
div.DivClassName
{
background-color: #C4DB51;
}
.BgClassName
{
background-color: #C4DB51;
}
</style>
border-color css
<style>
span { border-color: #C4DB51; }
span { border-color: rgb(196,219,81); }
td.TdClassName
{
border-color: #C4DB51;
}
.TagClassName
{
border-color: #C4DB51;
}
</style>