Shades of Conifer #C2FA51
Tints of Conifer #C2FA51
RGB
CMYK
RGB Variations
Color information
#C2FA51 (or 0xC2FA51) is known color: Conifer. HEX triplet: C2, FA and 51. RGB value is (194,250,81). Sum of RGB (Red+Green+Blue) = 194+250+81=525 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.95% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 81 (32.03% from 255 or 15.43% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA51 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA51 is #3D05AE. Grayscale: #D6D6D6. Windows color (decimal): -3999151 or 5372610. OLE color: 5372610.
HSL color Cylindrical-coordinate representation of color #C2FA51: hue angle of 79.88º 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 #C2FA51 is Cyan = 0.22, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 81 | - |
| CMYK | 0.22 | 0 | 0.68 | 0.02 |
| HSL | 79.88º | 0.94% | 0.65% | - |
| HSV(B) | 79.88º | 0.68% | 0.98% | - |
| XYZ | 57.92 | 80.43 | 20.26 | - |
| YUV | 213.99 | 52.95 | 113.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 81 | 0.22 | 0 | 0.68 | 0.02 | 79.88 | 0.94 | 0.65 |
| Hex | C2 | FA | 51 | 16 | 0 | 44 | 2 | 50 | 5E | 41 |
| Octal | 302 | 372 | 121 | 26 | 0 | 104 | 2 | 120 | 136 | 101 |
| Binary | 11000010 | 11111010 | 1010001 | 10110 | 0 | 1000100 | 10 | 1010000 | 1011110 | 1000001 |
Color Harmonies of #C2FA51
Complementary color
Monochromatic Colors of #C2FA51
Black with #C2FA51
Text Example
Text Example
White with #C2FA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA51; }
p { color: rgb(194,250,81); }
H1.HeaderClassName
{
color: #C2FA51;
}
.AnyTagClassName
{
color: #C2FA51;
}
</style>
background-color css
<style>
a { background-color: #C2FA51; }
a { background-color: rgb(194,250,81); }
div.DivClassName
{
background-color: #C2FA51;
}
.BgClassName
{
background-color: #C2FA51;
}
</style>
border-color css
<style>
span { border-color: #C2FA51; }
span { border-color: rgb(194,250,81); }
td.TdClassName
{
border-color: #C2FA51;
}
.TagClassName
{
border-color: #C2FA51;
}
</style>