Shades of Conifer #C2ED5E
Tints of Conifer #C2ED5E
RGB
CMYK
RGB Variations
Color information
#C2ED5E (or 0xC2ED5E) is known color: Conifer. HEX triplet: C2, ED and 5E. RGB value is (194,237,94). Sum of RGB (Red+Green+Blue) = 194+237+94=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 237 (92.97% from 255 or 45.14% from 525); Blue value is 94 (37.11% from 255 or 17.90% from 525); Max value from RGB is 237 - color contains mainly: green. Hex color #C2ED5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2ED5E is #3D12A1. Grayscale: #D0D0D0. Windows color (decimal): -4002466 or 6221250. OLE color: 6221250.
HSL color Cylindrical-coordinate representation of color #C2ED5E: hue angle of 78.04º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2ED5E is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 237 | 94 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.07 |
| HSL | 78.04º | 0.8% | 0.65% | - |
| HSV(B) | 78.04º | 0.6% | 0.93% | - |
| XYZ | 54.55 | 72.85 | 21.78 | - |
| YUV | 207.84 | 63.75 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 237 | 94 | 0.18 | 0 | 0.60 | 0.07 | 78.04 | 0.8 | 0.65 |
| Hex | C2 | ED | 5E | 12 | 0 | 3C | 7 | 4E | 50 | 41 |
| Octal | 302 | 355 | 136 | 22 | 0 | 74 | 7 | 116 | 120 | 101 |
| Binary | 11000010 | 11101101 | 1011110 | 10010 | 0 | 111100 | 111 | 1001110 | 1010000 | 1000001 |
Color Harmonies of #C2ED5E
Complementary color
Monochromatic Colors of #C2ED5E
Black with #C2ED5E
Text Example
Text Example
White with #C2ED5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2ED5E; }
p { color: rgb(194,237,94); }
H1.HeaderClassName
{
color: #C2ED5E;
}
.AnyTagClassName
{
color: #C2ED5E;
}
</style>
background-color css
<style>
a { background-color: #C2ED5E; }
a { background-color: rgb(194,237,94); }
div.DivClassName
{
background-color: #C2ED5E;
}
.BgClassName
{
background-color: #C2ED5E;
}
</style>
border-color css
<style>
span { border-color: #C2ED5E; }
span { border-color: rgb(194,237,94); }
td.TdClassName
{
border-color: #C2ED5E;
}
.TagClassName
{
border-color: #C2ED5E;
}
</style>