Shades of Conifer #C2DB51
Tints of Conifer #C2DB51
RGB
CMYK
RGB Variations
Color information
#C2DB51 (or 0xC2DB51) is known color: Conifer. HEX triplet: C2, DB and 51. RGB value is (194,219,81). Sum of RGB (Red+Green+Blue) = 194+219+81=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 81 (32.03% from 255 or 16.40% from 494); Max value from RGB is 219 - color contains mainly: green. Hex color #C2DB51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DB51 is #3D24AE. Grayscale: #C4C4C4. Windows color (decimal): -4007087 or 5364674. OLE color: 5364674.
HSL color Cylindrical-coordinate representation of color #C2DB51: hue angle of 70.87º 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 #C2DB51 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 194 | 219 | 81 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.14 |
| HSL | 70.87º | 0.66% | 0.59% | - |
| HSV(B) | 70.87º | 0.63% | 0.86% | - |
| XYZ | 49.06 | 62.73 | 17.31 | - |
| YUV | 195.79 | 63.22 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 219 | 81 | 0.11 | 0 | 0.63 | 0.14 | 70.87 | 0.66 | 0.59 |
| Hex | C2 | DB | 51 | B | 0 | 3F | E | 47 | 42 | 3B |
| Octal | 302 | 333 | 121 | 13 | 0 | 77 | 16 | 107 | 102 | 73 |
| Binary | 11000010 | 11011011 | 1010001 | 1011 | 0 | 111111 | 1110 | 1000111 | 1000010 | 111011 |
Color Harmonies of #C2DB51
Complementary color
Monochromatic Colors of #C2DB51
Black with #C2DB51
Text Example
Text Example
White with #C2DB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DB51; }
p { color: rgb(194,219,81); }
H1.HeaderClassName
{
color: #C2DB51;
}
.AnyTagClassName
{
color: #C2DB51;
}
</style>
background-color css
<style>
a { background-color: #C2DB51; }
a { background-color: rgb(194,219,81); }
div.DivClassName
{
background-color: #C2DB51;
}
.BgClassName
{
background-color: #C2DB51;
}
</style>
border-color css
<style>
span { border-color: #C2DB51; }
span { border-color: rgb(194,219,81); }
td.TdClassName
{
border-color: #C2DB51;
}
.TagClassName
{
border-color: #C2DB51;
}
</style>