Shades of Conifer #C5EE4F
Tints of Conifer #C5EE4F
RGB
CMYK
RGB Variations
Color information
#C5EE4F (or 0xC5EE4F) is known color: Conifer. HEX triplet: C5, EE and 4F. RGB value is (197,238,79). Sum of RGB (Red+Green+Blue) = 197+238+79=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 238 (93.36% from 255 or 46.30% from 514); Blue value is 79 (31.25% from 255 or 15.37% from 514); Max value from RGB is 238 - color contains mainly: green. Hex color #C5EE4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EE4F is #3A11B0. Grayscale: #D0D0D0. Windows color (decimal): -3805617 or 5238469. OLE color: 5238469.
HSL color Cylindrical-coordinate representation of color #C5EE4F: hue angle of 75.47º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5EE4F is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 238 | 79 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.07 |
| HSL | 75.47º | 0.82% | 0.62% | - |
| HSV(B) | 75.47º | 0.67% | 0.93% | - |
| XYZ | 55.01 | 73.58 | 18.7 | - |
| YUV | 207.62 | 55.42 | 120.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 238 | 79 | 0.17 | 0 | 0.67 | 0.07 | 75.47 | 0.82 | 0.62 |
| Hex | C5 | EE | 4F | 11 | 0 | 43 | 7 | 4B | 52 | 3E |
| Octal | 305 | 356 | 117 | 21 | 0 | 103 | 7 | 113 | 122 | 76 |
| Binary | 11000101 | 11101110 | 1001111 | 10001 | 0 | 1000011 | 111 | 1001011 | 1010010 | 111110 |
Color Harmonies of #C5EE4F
Complementary color
Monochromatic Colors of #C5EE4F
Black with #C5EE4F
Text Example
Text Example
White with #C5EE4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EE4F; }
p { color: rgb(197,238,79); }
H1.HeaderClassName
{
color: #C5EE4F;
}
.AnyTagClassName
{
color: #C5EE4F;
}
</style>
background-color css
<style>
a { background-color: #C5EE4F; }
a { background-color: rgb(197,238,79); }
div.DivClassName
{
background-color: #C5EE4F;
}
.BgClassName
{
background-color: #C5EE4F;
}
</style>
border-color css
<style>
span { border-color: #C5EE4F; }
span { border-color: rgb(197,238,79); }
td.TdClassName
{
border-color: #C5EE4F;
}
.TagClassName
{
border-color: #C5EE4F;
}
</style>