Shades of Conifer #C5F452
Tints of Conifer #C5F452
RGB
CMYK
RGB Variations
Color information
#C5F452 (or 0xC5F452) is known color: Conifer. HEX triplet: C5, F4 and 52. RGB value is (197,244,82). Sum of RGB (Red+Green+Blue) = 197+244+82=523 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.67% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 82 (32.42% from 255 or 15.68% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F452 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F452 is #3A0BAD. Grayscale: #D4D4D4. Windows color (decimal): -3804078 or 5436613. OLE color: 5436613.
HSL color Cylindrical-coordinate representation of color #C5F452: hue angle of 77.41º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C5F452 is Cyan = 0.19, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 82 | - |
| CMYK | 0.19 | 0 | 0.66 | 0.04 |
| HSL | 77.41º | 0.88% | 0.64% | - |
| HSV(B) | 77.41º | 0.66% | 0.96% | - |
| XYZ | 56.9 | 77.18 | 19.88 | - |
| YUV | 211.48 | 54.93 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 82 | 0.19 | 0 | 0.66 | 0.04 | 77.41 | 0.88 | 0.64 |
| Hex | C5 | F4 | 52 | 13 | 0 | 42 | 4 | 4D | 58 | 40 |
| Octal | 305 | 364 | 122 | 23 | 0 | 102 | 4 | 115 | 130 | 100 |
| Binary | 11000101 | 11110100 | 1010010 | 10011 | 0 | 1000010 | 100 | 1001101 | 1011000 | 1000000 |
Color Harmonies of #C5F452
Complementary color
Monochromatic Colors of #C5F452
Black with #C5F452
Text Example
Text Example
White with #C5F452
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F452; }
p { color: rgb(197,244,82); }
H1.HeaderClassName
{
color: #C5F452;
}
.AnyTagClassName
{
color: #C5F452;
}
</style>
background-color css
<style>
a { background-color: #C5F452; }
a { background-color: rgb(197,244,82); }
div.DivClassName
{
background-color: #C5F452;
}
.BgClassName
{
background-color: #C5F452;
}
</style>
border-color css
<style>
span { border-color: #C5F452; }
span { border-color: rgb(197,244,82); }
td.TdClassName
{
border-color: #C5F452;
}
.TagClassName
{
border-color: #C5F452;
}
</style>