Shades of Conifer #C5FA4A
Tints of Conifer #C5FA4A
RGB
CMYK
RGB Variations
Color information
#C5FA4A (or 0xC5FA4A) is known color: Conifer. HEX triplet: C5, FA and 4A. RGB value is (197,250,74). Sum of RGB (Red+Green+Blue) = 197+250+74=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 250 (98.05% from 255 or 47.98% from 521); Blue value is 74 (29.30% from 255 or 14.20% from 521); Max value from RGB is 250 - color contains mainly: green. Hex color #C5FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C5FA4A is #3A05B5. Grayscale: #D6D6D6. Windows color (decimal): -3802550 or 4913861. OLE color: 4913861.
HSL color Cylindrical-coordinate representation of color #C5FA4A: hue angle of 78.07º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C5FA4A is Cyan = 0.21, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 197 | 250 | 74 | - |
| CMYK | 0.21 | 0 | 0.70 | 0.02 |
| HSL | 78.07º | 0.95% | 0.64% | - |
| HSV(B) | 78.07º | 0.7% | 0.98% | - |
| XYZ | 58.45 | 80.74 | 18.98 | - |
| YUV | 214.09 | 48.94 | 115.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 250 | 74 | 0.21 | 0 | 0.70 | 0.02 | 78.07 | 0.95 | 0.64 |
| Hex | C5 | FA | 4A | 15 | 0 | 46 | 2 | 4E | 5F | 40 |
| Octal | 305 | 372 | 112 | 25 | 0 | 106 | 2 | 116 | 137 | 100 |
| Binary | 11000101 | 11111010 | 1001010 | 10101 | 0 | 1000110 | 10 | 1001110 | 1011111 | 1000000 |
Color Harmonies of #C5FA4A
Complementary color
Monochromatic Colors of #C5FA4A
Black with #C5FA4A
Text Example
Text Example
White with #C5FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FA4A; }
p { color: rgb(197,250,74); }
H1.HeaderClassName
{
color: #C5FA4A;
}
.AnyTagClassName
{
color: #C5FA4A;
}
</style>
background-color css
<style>
a { background-color: #C5FA4A; }
a { background-color: rgb(197,250,74); }
div.DivClassName
{
background-color: #C5FA4A;
}
.BgClassName
{
background-color: #C5FA4A;
}
</style>
border-color css
<style>
span { border-color: #C5FA4A; }
span { border-color: rgb(197,250,74); }
td.TdClassName
{
border-color: #C5FA4A;
}
.TagClassName
{
border-color: #C5FA4A;
}
</style>