Shades of Conifer #C5EE5F
Tints of Conifer #C5EE5F
RGB
CMYK
RGB Variations
Color information
#C5EE5F (or 0xC5EE5F) is known color: Conifer. HEX triplet: C5, EE and 5F. RGB value is (197,238,95). Sum of RGB (Red+Green+Blue) = 197+238+95=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 95 (37.5% from 255 or 17.92% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EE5F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EE5F is #3A11A0. Grayscale: #D1D1D1. Windows color (decimal): -3805601 or 6287045. OLE color: 6287045.
HSL color Cylindrical-coordinate representation of color #C5EE5F: hue angle of 77.2º degrees, saturation: 0.81, 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 #C5EE5F is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 95 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.07 |
| HSL | 77.2º | 0.81% | 0.65% | - |
| HSV(B) | 77.2º | 0.6% | 0.93% | - |
| XYZ | 55.67 | 73.85 | 22.15 | - |
| YUV | 209.44 | 63.42 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 95 | 0.17 | 0 | 0.60 | 0.07 | 77.2 | 0.81 | 0.65 |
| Hex | C5 | EE | 5F | 11 | 0 | 3C | 7 | 4D | 51 | 41 |
| Octal | 305 | 356 | 137 | 21 | 0 | 74 | 7 | 115 | 121 | 101 |
| Binary | 11000101 | 11101110 | 1011111 | 10001 | 0 | 111100 | 111 | 1001101 | 1010001 | 1000001 |
Color Harmonies of #C5EE5F
Complementary color
Monochromatic Colors of #C5EE5F
Black with #C5EE5F
Text Example
Text Example
White with #C5EE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EE5F; }
p { color: rgb(197,238,95); }
H1.HeaderClassName
{
color: #C5EE5F;
}
.AnyTagClassName
{
color: #C5EE5F;
}
</style>
background-color css
<style>
a { background-color: #C5EE5F; }
a { background-color: rgb(197,238,95); }
div.DivClassName
{
background-color: #C5EE5F;
}
.BgClassName
{
background-color: #C5EE5F;
}
</style>
border-color css
<style>
span { border-color: #C5EE5F; }
span { border-color: rgb(197,238,95); }
td.TdClassName
{
border-color: #C5EE5F;
}
.TagClassName
{
border-color: #C5EE5F;
}
</style>