Shades of Conifer #C5EF4E
Tints of Conifer #C5EF4E
RGB
CMYK
RGB Variations
Color information
#C5EF4E (or 0xC5EF4E) is known color: Conifer. HEX triplet: C5, EF and 4E. RGB value is (197,239,78). Sum of RGB (Red+Green+Blue) = 197+239+78=514 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.33% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 78 (30.86% from 255 or 15.18% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #C5EF4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EF4E is #3A10B1. Grayscale: #D0D0D0. Windows color (decimal): -3805362 or 5173189. OLE color: 5173189.
HSL color Cylindrical-coordinate representation of color #C5EF4E: hue angle of 75.65º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C5EF4E is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 197 | 239 | 78 | - |
| CMYK | 0.18 | 0 | 0.67 | 0.06 |
| HSL | 75.65º | 0.83% | 0.62% | - |
| HSV(B) | 75.65º | 0.67% | 0.94% | - |
| XYZ | 55.27 | 74.15 | 18.61 | - |
| YUV | 208.09 | 54.59 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 239 | 78 | 0.18 | 0 | 0.67 | 0.06 | 75.65 | 0.83 | 0.62 |
| Hex | C5 | EF | 4E | 12 | 0 | 43 | 6 | 4C | 53 | 3E |
| Octal | 305 | 357 | 116 | 22 | 0 | 103 | 6 | 114 | 123 | 76 |
| Binary | 11000101 | 11101111 | 1001110 | 10010 | 0 | 1000011 | 110 | 1001100 | 1010011 | 111110 |
Color Harmonies of #C5EF4E
Complementary color
Monochromatic Colors of #C5EF4E
Black with #C5EF4E
Text Example
Text Example
White with #C5EF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EF4E; }
p { color: rgb(197,239,78); }
H1.HeaderClassName
{
color: #C5EF4E;
}
.AnyTagClassName
{
color: #C5EF4E;
}
</style>
background-color css
<style>
a { background-color: #C5EF4E; }
a { background-color: rgb(197,239,78); }
div.DivClassName
{
background-color: #C5EF4E;
}
.BgClassName
{
background-color: #C5EF4E;
}
</style>
border-color css
<style>
span { border-color: #C5EF4E; }
span { border-color: rgb(197,239,78); }
td.TdClassName
{
border-color: #C5EF4E;
}
.TagClassName
{
border-color: #C5EF4E;
}
</style>