Shades of Conifer #C4FA4A
Tints of Conifer #C4FA4A
RGB
CMYK
RGB Variations
Color information
#C4FA4A (or 0xC4FA4A) is known color: Conifer. HEX triplet: C4, FA and 4A. RGB value is (196,250,74). Sum of RGB (Red+Green+Blue) = 196+250+74=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 74 (29.30% from 255 or 14.23% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #C4FA4A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C4FA4A is #3B05B5. Grayscale: #D6D6D6. Windows color (decimal): -3868086 or 4913860. OLE color: 4913860.
HSL color Cylindrical-coordinate representation of color #C4FA4A: hue angle of 78.41º 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 #C4FA4A is Cyan = 0.22, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 196 | 250 | 74 | - |
| CMYK | 0.22 | 0 | 0.70 | 0.02 |
| HSL | 78.41º | 0.95% | 0.64% | - |
| HSV(B) | 78.41º | 0.7% | 0.98% | - |
| XYZ | 58.19 | 80.6 | 18.97 | - |
| YUV | 213.79 | 49.11 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 250 | 74 | 0.22 | 0 | 0.70 | 0.02 | 78.41 | 0.95 | 0.64 |
| Hex | C4 | FA | 4A | 16 | 0 | 46 | 2 | 4E | 5F | 40 |
| Octal | 304 | 372 | 112 | 26 | 0 | 106 | 2 | 116 | 137 | 100 |
| Binary | 11000100 | 11111010 | 1001010 | 10110 | 0 | 1000110 | 10 | 1001110 | 1011111 | 1000000 |
Color Harmonies of #C4FA4A
Complementary color
Monochromatic Colors of #C4FA4A
Black with #C4FA4A
Text Example
Text Example
White with #C4FA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4FA4A; }
p { color: rgb(196,250,74); }
H1.HeaderClassName
{
color: #C4FA4A;
}
.AnyTagClassName
{
color: #C4FA4A;
}
</style>
background-color css
<style>
a { background-color: #C4FA4A; }
a { background-color: rgb(196,250,74); }
div.DivClassName
{
background-color: #C4FA4A;
}
.BgClassName
{
background-color: #C4FA4A;
}
</style>
border-color css
<style>
span { border-color: #C4FA4A; }
span { border-color: rgb(196,250,74); }
td.TdClassName
{
border-color: #C4FA4A;
}
.TagClassName
{
border-color: #C4FA4A;
}
</style>