Shades of Conifer #C2ED51
Tints of Conifer #C2ED51
RGB
CMYK
RGB Variations
Color information
#C2ED51 (or 0xC2ED51) is known color: Conifer. HEX triplet: C2, ED and 51. RGB value is (194,237,81). Sum of RGB (Red+Green+Blue) = 194+237+81=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 81 (32.03% from 255 or 15.82% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED51 is #3D12AE. Grayscale: #CECECE. Windows color (decimal): -4002479 or 5369282. OLE color: 5369282.
HSL color Cylindrical-coordinate representation of color #C2ED51: hue angle of 76.54º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2ED51 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 81 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.07 |
| HSL | 76.54º | 0.81% | 0.62% | - |
| HSV(B) | 76.54º | 0.66% | 0.93% | - |
| XYZ | 54.02 | 72.63 | 18.96 | - |
| YUV | 206.36 | 57.25 | 119.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 81 | 0.18 | 0 | 0.66 | 0.07 | 76.54 | 0.81 | 0.62 |
| Hex | C2 | ED | 51 | 12 | 0 | 42 | 7 | 4D | 51 | 3E |
| Octal | 302 | 355 | 121 | 22 | 0 | 102 | 7 | 115 | 121 | 76 |
| Binary | 11000010 | 11101101 | 1010001 | 10010 | 0 | 1000010 | 111 | 1001101 | 1010001 | 111110 |
Color Harmonies of #C2ED51
Complementary color
Monochromatic Colors of #C2ED51
Black with #C2ED51
Text Example
Text Example
White with #C2ED51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED51; }
p { color: rgb(194,237,81); }
H1.HeaderClassName
{
color: #C2ED51;
}
.AnyTagClassName
{
color: #C2ED51;
}
</style>
background-color css
<style>
a { background-color: #C2ED51; }
a { background-color: rgb(194,237,81); }
div.DivClassName
{
background-color: #C2ED51;
}
.BgClassName
{
background-color: #C2ED51;
}
</style>
border-color css
<style>
span { border-color: #C2ED51; }
span { border-color: rgb(194,237,81); }
td.TdClassName
{
border-color: #C2ED51;
}
.TagClassName
{
border-color: #C2ED51;
}
</style>