Shades of Conifer #C5ED4F
Tints of Conifer #C5ED4F
RGB
CMYK
RGB Variations
Color information
#C5ED4F (or 0xC5ED4F) is known color: Conifer. HEX triplet: C5, ED and 4F. RGB value is (197,237,79). Sum of RGB (Red+Green+Blue) = 197+237+79=513 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.40% from 513); Green value is 237 (92.97% from 255 or 46.20% from 513); Blue value is 79 (31.25% from 255 or 15.40% from 513); Max value from RGB is 237 - color contains mainly: green. Hex color #C5ED4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5ED4F is #3A12B0. Grayscale: #CFCFCF. Windows color (decimal): -3805873 or 5238213. OLE color: 5238213.
HSL color Cylindrical-coordinate representation of color #C5ED4F: hue angle of 75.19º degrees, saturation: 0.81, 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 #C5ED4F is Cyan = 0.17, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 197 | 237 | 79 | - |
| CMYK | 0.17 | 0 | 0.67 | 0.07 |
| HSL | 75.19º | 0.81% | 0.62% | - |
| HSV(B) | 75.19º | 0.67% | 0.93% | - |
| XYZ | 54.72 | 73 | 18.6 | - |
| YUV | 207.03 | 55.75 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 237 | 79 | 0.17 | 0 | 0.67 | 0.07 | 75.19 | 0.81 | 0.62 |
| Hex | C5 | ED | 4F | 11 | 0 | 43 | 7 | 4B | 51 | 3E |
| Octal | 305 | 355 | 117 | 21 | 0 | 103 | 7 | 113 | 121 | 76 |
| Binary | 11000101 | 11101101 | 1001111 | 10001 | 0 | 1000011 | 111 | 1001011 | 1010001 | 111110 |
Color Harmonies of #C5ED4F
Complementary color
Monochromatic Colors of #C5ED4F
Black with #C5ED4F
Text Example
Text Example
White with #C5ED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ED4F; }
p { color: rgb(197,237,79); }
H1.HeaderClassName
{
color: #C5ED4F;
}
.AnyTagClassName
{
color: #C5ED4F;
}
</style>
background-color css
<style>
a { background-color: #C5ED4F; }
a { background-color: rgb(197,237,79); }
div.DivClassName
{
background-color: #C5ED4F;
}
.BgClassName
{
background-color: #C5ED4F;
}
</style>
border-color css
<style>
span { border-color: #C5ED4F; }
span { border-color: rgb(197,237,79); }
td.TdClassName
{
border-color: #C5ED4F;
}
.TagClassName
{
border-color: #C5ED4F;
}
</style>