Shades of Conifer #C2FA58
Tints of Conifer #C2FA58
RGB
CMYK
RGB Variations
Color information
#C2FA58 (or 0xC2FA58) is known color: Conifer. HEX triplet: C2, FA and 58. RGB value is (194,250,88). Sum of RGB (Red+Green+Blue) = 194+250+88=532 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.47% from 532); Green value is 250 (98.05% from 255 or 46.99% from 532); Blue value is 88 (34.77% from 255 or 16.54% from 532); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA58 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA58 is #3D05A7. Grayscale: #D7D7D7. Windows color (decimal): -3999144 or 5831362. OLE color: 5831362.
HSL color Cylindrical-coordinate representation of color #C2FA58: hue angle of 80.74º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2FA58 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 88 | - |
| CMYK | 0.22 | 0 | 0.65 | 0.02 |
| HSL | 80.74º | 0.94% | 0.66% | - |
| HSV(B) | 80.74º | 0.65% | 0.98% | - |
| XYZ | 58.2 | 80.55 | 21.71 | - |
| YUV | 214.79 | 56.45 | 113.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 88 | 0.22 | 0 | 0.65 | 0.02 | 80.74 | 0.94 | 0.66 |
| Hex | C2 | FA | 58 | 16 | 0 | 41 | 2 | 51 | 5E | 42 |
| Octal | 302 | 372 | 130 | 26 | 0 | 101 | 2 | 121 | 136 | 102 |
| Binary | 11000010 | 11111010 | 1011000 | 10110 | 0 | 1000001 | 10 | 1010001 | 1011110 | 1000010 |
Color Harmonies of #C2FA58
Complementary color
Monochromatic Colors of #C2FA58
Black with #C2FA58
Text Example
Text Example
White with #C2FA58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA58; }
p { color: rgb(194,250,88); }
H1.HeaderClassName
{
color: #C2FA58;
}
.AnyTagClassName
{
color: #C2FA58;
}
</style>
background-color css
<style>
a { background-color: #C2FA58; }
a { background-color: rgb(194,250,88); }
div.DivClassName
{
background-color: #C2FA58;
}
.BgClassName
{
background-color: #C2FA58;
}
</style>
border-color css
<style>
span { border-color: #C2FA58; }
span { border-color: rgb(194,250,88); }
td.TdClassName
{
border-color: #C2FA58;
}
.TagClassName
{
border-color: #C2FA58;
}
</style>