Shades of Conifer #C5E44F
Tints of Conifer #C5E44F
RGB
CMYK
RGB Variations
Color information
#C5E44F (or 0xC5E44F) is known color: Conifer. HEX triplet: C5, E4 and 4F. RGB value is (197,228,79). Sum of RGB (Red+Green+Blue) = 197+228+79=504 (66% of max value = 765). Red value is 197 (77.34% from 255 or 39.09% from 504); Green value is 228 (89.45% from 255 or 45.24% from 504); Blue value is 79 (31.25% from 255 or 15.67% from 504); Max value from RGB is 228 - color contains mainly: green. Hex color #C5E44F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E44F is #3A1BB0. Grayscale: #CACACA. Windows color (decimal): -3808177 or 5235909. OLE color: 5235909.
HSL color Cylindrical-coordinate representation of color #C5E44F: hue angle of 72.48º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C5E44F is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 197 | 228 | 79 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.11 |
| HSL | 72.48º | 0.73% | 0.6% | - |
| HSV(B) | 72.48º | 0.65% | 0.89% | - |
| XYZ | 52.18 | 67.92 | 17.76 | - |
| YUV | 201.75 | 58.73 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 228 | 79 | 0.14 | 0 | 0.65 | 0.11 | 72.48 | 0.73 | 0.6 |
| Hex | C5 | E4 | 4F | E | 0 | 41 | B | 48 | 49 | 3C |
| Octal | 305 | 344 | 117 | 16 | 0 | 101 | 13 | 110 | 111 | 74 |
| Binary | 11000101 | 11100100 | 1001111 | 1110 | 0 | 1000001 | 1011 | 1001000 | 1001001 | 111100 |
Color Harmonies of #C5E44F
Complementary color
Monochromatic Colors of #C5E44F
Black with #C5E44F
Text Example
Text Example
White with #C5E44F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E44F; }
p { color: rgb(197,228,79); }
H1.HeaderClassName
{
color: #C5E44F;
}
.AnyTagClassName
{
color: #C5E44F;
}
</style>
background-color css
<style>
a { background-color: #C5E44F; }
a { background-color: rgb(197,228,79); }
div.DivClassName
{
background-color: #C5E44F;
}
.BgClassName
{
background-color: #C5E44F;
}
</style>
border-color css
<style>
span { border-color: #C5E44F; }
span { border-color: rgb(197,228,79); }
td.TdClassName
{
border-color: #C5E44F;
}
.TagClassName
{
border-color: #C5E44F;
}
</style>