Shades of Conifer #C2FA56
Tints of Conifer #C2FA56
RGB
CMYK
RGB Variations
Color information
#C2FA56 (or 0xC2FA56) is known color: Conifer. HEX triplet: C2, FA and 56. RGB value is (194,250,86). Sum of RGB (Red+Green+Blue) = 194+250+86=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 250 (98.05% from 255 or 47.17% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA56 is #3D05A9. Grayscale: #D7D7D7. Windows color (decimal): -3999146 or 5700290. OLE color: 5700290.
HSL color Cylindrical-coordinate representation of color #C2FA56: hue angle of 80.49º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2FA56 is Cyan = 0.22, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 86 | - |
| CMYK | 0.22 | 0 | 0.66 | 0.02 |
| HSL | 80.49º | 0.94% | 0.66% | - |
| HSV(B) | 80.49º | 0.66% | 0.98% | - |
| XYZ | 58.11 | 80.51 | 21.28 | - |
| YUV | 214.56 | 55.45 | 113.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 86 | 0.22 | 0 | 0.66 | 0.02 | 80.49 | 0.94 | 0.66 |
| Hex | C2 | FA | 56 | 16 | 0 | 42 | 2 | 50 | 5E | 42 |
| Octal | 302 | 372 | 126 | 26 | 0 | 102 | 2 | 120 | 136 | 102 |
| Binary | 11000010 | 11111010 | 1010110 | 10110 | 0 | 1000010 | 10 | 1010000 | 1011110 | 1000010 |
Color Harmonies of #C2FA56
Complementary color
Monochromatic Colors of #C2FA56
Black with #C2FA56
Text Example
Text Example
White with #C2FA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA56; }
p { color: rgb(194,250,86); }
H1.HeaderClassName
{
color: #C2FA56;
}
.AnyTagClassName
{
color: #C2FA56;
}
</style>
background-color css
<style>
a { background-color: #C2FA56; }
a { background-color: rgb(194,250,86); }
div.DivClassName
{
background-color: #C2FA56;
}
.BgClassName
{
background-color: #C2FA56;
}
</style>
border-color css
<style>
span { border-color: #C2FA56; }
span { border-color: rgb(194,250,86); }
td.TdClassName
{
border-color: #C2FA56;
}
.TagClassName
{
border-color: #C2FA56;
}
</style>