Shades of Conifer #C5F45A
Tints of Conifer #C5F45A
RGB
CMYK
RGB Variations
Color information
#C5F45A (or 0xC5F45A) is known color: Conifer. HEX triplet: C5, F4 and 5A. RGB value is (197,244,90). Sum of RGB (Red+Green+Blue) = 197+244+90=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 244 (95.70% from 255 or 45.95% from 531); Blue value is 90 (35.55% from 255 or 16.95% from 531); Max value from RGB is 244 - color contains mainly: green. Hex color #C5F45A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F45A is #3A0BA5. Grayscale: #D4D4D4. Windows color (decimal): -3804070 or 5960901. OLE color: 5960901.
HSL color Cylindrical-coordinate representation of color #C5F45A: hue angle of 78.31º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5F45A is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 244 | 90 | - |
| CMYK | 0.19 | 0 | 0.63 | 0.04 |
| HSL | 78.31º | 0.88% | 0.65% | - |
| HSV(B) | 78.31º | 0.63% | 0.96% | - |
| XYZ | 57.22 | 77.31 | 21.58 | - |
| YUV | 212.39 | 58.93 | 117.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 244 | 90 | 0.19 | 0 | 0.63 | 0.04 | 78.31 | 0.88 | 0.65 |
| Hex | C5 | F4 | 5A | 13 | 0 | 3F | 4 | 4E | 58 | 41 |
| Octal | 305 | 364 | 132 | 23 | 0 | 77 | 4 | 116 | 130 | 101 |
| Binary | 11000101 | 11110100 | 1011010 | 10011 | 0 | 111111 | 100 | 1001110 | 1011000 | 1000001 |
Color Harmonies of #C5F45A
Complementary color
Monochromatic Colors of #C5F45A
Black with #C5F45A
Text Example
Text Example
White with #C5F45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F45A; }
p { color: rgb(197,244,90); }
H1.HeaderClassName
{
color: #C5F45A;
}
.AnyTagClassName
{
color: #C5F45A;
}
</style>
background-color css
<style>
a { background-color: #C5F45A; }
a { background-color: rgb(197,244,90); }
div.DivClassName
{
background-color: #C5F45A;
}
.BgClassName
{
background-color: #C5F45A;
}
</style>
border-color css
<style>
span { border-color: #C5F45A; }
span { border-color: rgb(197,244,90); }
td.TdClassName
{
border-color: #C5F45A;
}
.TagClassName
{
border-color: #C5F45A;
}
</style>