Shades of Conifer #C5F44A
Tints of Conifer #C5F44A
RGB
CMYK
RGB Variations
Color information
#C5F44A (or 0xC5F44A) is known color: Conifer. HEX triplet: C5, F4 and 4A. RGB value is (197,244,74). Sum of RGB (Red+Green+Blue) = 197+244+74=515 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.25% from 515); Green value is 244 (95.70% from 255 or 47.38% from 515); Blue value is 74 (29.30% from 255 or 14.37% from 515); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F44A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5F44A is #3A0BB5. Grayscale: #D3D3D3. Windows color (decimal): -3804086 or 4912325. OLE color: 4912325.
HSL color Cylindrical-coordinate representation of color #C5F44A: hue angle of 76.59º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5F44A is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 74 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.04 |
| HSL | 76.59º | 0.89% | 0.62% | - |
| HSV(B) | 76.59º | 0.7% | 0.96% | - |
| XYZ | 56.61 | 77.07 | 18.37 | - |
| YUV | 210.57 | 50.93 | 118.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 74 | 0.19 | 0 | 0.70 | 0.04 | 76.59 | 0.89 | 0.62 |
| Hex | C5 | F4 | 4A | 13 | 0 | 46 | 4 | 4D | 59 | 3E |
| Octal | 305 | 364 | 112 | 23 | 0 | 106 | 4 | 115 | 131 | 76 |
| Binary | 11000101 | 11110100 | 1001010 | 10011 | 0 | 1000110 | 100 | 1001101 | 1011001 | 111110 |
Color Harmonies of #C5F44A
Complementary color
Monochromatic Colors of #C5F44A
Black with #C5F44A
Text Example
Text Example
White with #C5F44A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F44A; }
p { color: rgb(197,244,74); }
H1.HeaderClassName
{
color: #C5F44A;
}
.AnyTagClassName
{
color: #C5F44A;
}
</style>
background-color css
<style>
a { background-color: #C5F44A; }
a { background-color: rgb(197,244,74); }
div.DivClassName
{
background-color: #C5F44A;
}
.BgClassName
{
background-color: #C5F44A;
}
</style>
border-color css
<style>
span { border-color: #C5F44A; }
span { border-color: rgb(197,244,74); }
td.TdClassName
{
border-color: #C5F44A;
}
.TagClassName
{
border-color: #C5F44A;
}
</style>