Shades of Conifer #C2FA4F
Tints of Conifer #C2FA4F
RGB
CMYK
RGB Variations
Color information
#C2FA4F (or 0xC2FA4F) is known color: Conifer. HEX triplet: C2, FA and 4F. RGB value is (194,250,79). Sum of RGB (Red+Green+Blue) = 194+250+79=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 79 (31.25% from 255 or 15.11% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA4F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA4F is #3D05B0. Grayscale: #D6D6D6. Windows color (decimal): -3999153 or 5241538. OLE color: 5241538.
HSL color Cylindrical-coordinate representation of color #C2FA4F: hue angle of 79.65º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2FA4F is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 79 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.02 |
| HSL | 79.65º | 0.94% | 0.65% | - |
| HSV(B) | 79.65º | 0.68% | 0.98% | - |
| XYZ | 57.85 | 80.41 | 19.87 | - |
| YUV | 213.76 | 51.95 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 79 | 0.22 | 0 | 0.68 | 0.02 | 79.65 | 0.94 | 0.65 |
| Hex | C2 | FA | 4F | 16 | 0 | 44 | 2 | 50 | 5E | 41 |
| Octal | 302 | 372 | 117 | 26 | 0 | 104 | 2 | 120 | 136 | 101 |
| Binary | 11000010 | 11111010 | 1001111 | 10110 | 0 | 1000100 | 10 | 1010000 | 1011110 | 1000001 |
Color Harmonies of #C2FA4F
Complementary color
Monochromatic Colors of #C2FA4F
Black with #C2FA4F
Text Example
Text Example
White with #C2FA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA4F; }
p { color: rgb(194,250,79); }
H1.HeaderClassName
{
color: #C2FA4F;
}
.AnyTagClassName
{
color: #C2FA4F;
}
</style>
background-color css
<style>
a { background-color: #C2FA4F; }
a { background-color: rgb(194,250,79); }
div.DivClassName
{
background-color: #C2FA4F;
}
.BgClassName
{
background-color: #C2FA4F;
}
</style>
border-color css
<style>
span { border-color: #C2FA4F; }
span { border-color: rgb(194,250,79); }
td.TdClassName
{
border-color: #C2FA4F;
}
.TagClassName
{
border-color: #C2FA4F;
}
</style>