Shades of Conifer #C5EE5E
Tints of Conifer #C5EE5E
RGB
CMYK
RGB Variations
Color information
#C5EE5E (or 0xC5EE5E) is known color: Conifer. HEX triplet: C5, EE and 5E. RGB value is (197,238,94). Sum of RGB (Red+Green+Blue) = 197+238+94=529 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.24% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 94 (37.11% from 255 or 17.77% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EE5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EE5E is #3A11A1. Grayscale: #D1D1D1. Windows color (decimal): -3805602 or 6221509. OLE color: 6221509.
HSL color Cylindrical-coordinate representation of color #C5EE5E: hue angle of 77.08º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5EE5E is Cyan = 0.17, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 94 | - |
| CMYK | 0.17 | 0 | 0.61 | 0.07 |
| HSL | 77.08º | 0.81% | 0.65% | - |
| HSV(B) | 77.08º | 0.61% | 0.93% | - |
| XYZ | 55.62 | 73.83 | 21.91 | - |
| YUV | 209.33 | 62.92 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 94 | 0.17 | 0 | 0.61 | 0.07 | 77.08 | 0.81 | 0.65 |
| Hex | C5 | EE | 5E | 11 | 0 | 3D | 7 | 4D | 51 | 41 |
| Octal | 305 | 356 | 136 | 21 | 0 | 75 | 7 | 115 | 121 | 101 |
| Binary | 11000101 | 11101110 | 1011110 | 10001 | 0 | 111101 | 111 | 1001101 | 1010001 | 1000001 |
Color Harmonies of #C5EE5E
Complementary color
Monochromatic Colors of #C5EE5E
Black with #C5EE5E
Text Example
Text Example
White with #C5EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EE5E; }
p { color: rgb(197,238,94); }
H1.HeaderClassName
{
color: #C5EE5E;
}
.AnyTagClassName
{
color: #C5EE5E;
}
</style>
background-color css
<style>
a { background-color: #C5EE5E; }
a { background-color: rgb(197,238,94); }
div.DivClassName
{
background-color: #C5EE5E;
}
.BgClassName
{
background-color: #C5EE5E;
}
</style>
border-color css
<style>
span { border-color: #C5EE5E; }
span { border-color: rgb(197,238,94); }
td.TdClassName
{
border-color: #C5EE5E;
}
.TagClassName
{
border-color: #C5EE5E;
}
</style>