Shades of Conifer #C2DA51
Tints of Conifer #C2DA51
RGB
CMYK
RGB Variations
Color information
#C2DA51 (or 0xC2DA51) is known color: Conifer. HEX triplet: C2, DA and 51. RGB value is (194,218,81). Sum of RGB (Red+Green+Blue) = 194+218+81=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 81 (32.03% from 255 or 16.43% from 493); Max value from RGB is 218 - color contains mainly: green. Hex color #C2DA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2DA51 is #3D25AE. Grayscale: #C3C3C3. Windows color (decimal): -4007343 or 5364418. OLE color: 5364418.
HSL color Cylindrical-coordinate representation of color #C2DA51: hue angle of 70.51º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2DA51 is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 194 | 218 | 81 | - |
| CMYK | 0.11 | 0 | 0.63 | 0.15 |
| HSL | 70.51º | 0.65% | 0.59% | - |
| HSV(B) | 70.51º | 0.63% | 0.85% | - |
| XYZ | 48.8 | 62.21 | 17.22 | - |
| YUV | 195.21 | 63.55 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 218 | 81 | 0.11 | 0 | 0.63 | 0.15 | 70.51 | 0.65 | 0.59 |
| Hex | C2 | DA | 51 | B | 0 | 3F | F | 47 | 41 | 3B |
| Octal | 302 | 332 | 121 | 13 | 0 | 77 | 17 | 107 | 101 | 73 |
| Binary | 11000010 | 11011010 | 1010001 | 1011 | 0 | 111111 | 1111 | 1000111 | 1000001 | 111011 |
Color Harmonies of #C2DA51
Complementary color
Monochromatic Colors of #C2DA51
Black with #C2DA51
Text Example
Text Example
White with #C2DA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2DA51; }
p { color: rgb(194,218,81); }
H1.HeaderClassName
{
color: #C2DA51;
}
.AnyTagClassName
{
color: #C2DA51;
}
</style>
background-color css
<style>
a { background-color: #C2DA51; }
a { background-color: rgb(194,218,81); }
div.DivClassName
{
background-color: #C2DA51;
}
.BgClassName
{
background-color: #C2DA51;
}
</style>
border-color css
<style>
span { border-color: #C2DA51; }
span { border-color: rgb(194,218,81); }
td.TdClassName
{
border-color: #C2DA51;
}
.TagClassName
{
border-color: #C2DA51;
}
</style>