Shades of Conifer #C2FA59
Tints of Conifer #C2FA59
RGB
CMYK
RGB Variations
Color information
#C2FA59 (or 0xC2FA59) is known color: Conifer. HEX triplet: C2, FA and 59. RGB value is (194,250,89). Sum of RGB (Red+Green+Blue) = 194+250+89=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 250 (98.05% from 255 or 46.90% from 533); Blue value is 89 (35.16% from 255 or 16.70% from 533); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA59 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA59 is #3D05A6. Grayscale: #D7D7D7. Windows color (decimal): -3999143 or 5896898. OLE color: 5896898.
HSL color Cylindrical-coordinate representation of color #C2FA59: hue angle of 80.87º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2FA59 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 89 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.02 |
| HSL | 80.87º | 0.94% | 0.66% | - |
| HSV(B) | 80.87º | 0.64% | 0.98% | - |
| XYZ | 58.24 | 80.56 | 21.93 | - |
| YUV | 214.9 | 56.95 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 89 | 0.22 | 0 | 0.64 | 0.02 | 80.87 | 0.94 | 0.66 |
| Hex | C2 | FA | 59 | 16 | 0 | 40 | 2 | 51 | 5E | 42 |
| Octal | 302 | 372 | 131 | 26 | 0 | 100 | 2 | 121 | 136 | 102 |
| Binary | 11000010 | 11111010 | 1011001 | 10110 | 0 | 1000000 | 10 | 1010001 | 1011110 | 1000010 |
Color Harmonies of #C2FA59
Complementary color
Monochromatic Colors of #C2FA59
Black with #C2FA59
Text Example
Text Example
White with #C2FA59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA59; }
p { color: rgb(194,250,89); }
H1.HeaderClassName
{
color: #C2FA59;
}
.AnyTagClassName
{
color: #C2FA59;
}
</style>
background-color css
<style>
a { background-color: #C2FA59; }
a { background-color: rgb(194,250,89); }
div.DivClassName
{
background-color: #C2FA59;
}
.BgClassName
{
background-color: #C2FA59;
}
</style>
border-color css
<style>
span { border-color: #C2FA59; }
span { border-color: rgb(194,250,89); }
td.TdClassName
{
border-color: #C2FA59;
}
.TagClassName
{
border-color: #C2FA59;
}
</style>