Shades of Conifer #C2FA5B
Tints of Conifer #C2FA5B
RGB
CMYK
RGB Variations
Color information
#C2FA5B (or 0xC2FA5B) is known color: Conifer. HEX triplet: C2, FA and 5B. RGB value is (194,250,91). Sum of RGB (Red+Green+Blue) = 194+250+91=535 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.26% from 535); Green value is 250 (98.05% from 255 or 46.73% from 535); Blue value is 91 (35.94% from 255 or 17.01% from 535); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA5B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C2FA5B is #3D05A4. Grayscale: #D7D7D7. Windows color (decimal): -3999141 or 6027970. OLE color: 6027970.
HSL color Cylindrical-coordinate representation of color #C2FA5B: hue angle of 81.13º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2FA5B is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 91 | - |
| CMYK | 0.22 | 0 | 0.64 | 0.02 |
| HSL | 81.13º | 0.94% | 0.67% | - |
| HSV(B) | 81.13º | 0.64% | 0.98% | - |
| XYZ | 58.32 | 80.6 | 22.38 | - |
| YUV | 215.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 91 | 0.22 | 0 | 0.64 | 0.02 | 81.13 | 0.94 | 0.67 |
| Hex | C2 | FA | 5B | 16 | 0 | 40 | 2 | 51 | 5E | 43 |
| Octal | 302 | 372 | 133 | 26 | 0 | 100 | 2 | 121 | 136 | 103 |
| Binary | 11000010 | 11111010 | 1011011 | 10110 | 0 | 1000000 | 10 | 1010001 | 1011110 | 1000011 |
Color Harmonies of #C2FA5B
Complementary color
Monochromatic Colors of #C2FA5B
Black with #C2FA5B
Text Example
Text Example
White with #C2FA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA5B; }
p { color: rgb(194,250,91); }
H1.HeaderClassName
{
color: #C2FA5B;
}
.AnyTagClassName
{
color: #C2FA5B;
}
</style>
background-color css
<style>
a { background-color: #C2FA5B; }
a { background-color: rgb(194,250,91); }
div.DivClassName
{
background-color: #C2FA5B;
}
.BgClassName
{
background-color: #C2FA5B;
}
</style>
border-color css
<style>
span { border-color: #C2FA5B; }
span { border-color: rgb(194,250,91); }
td.TdClassName
{
border-color: #C2FA5B;
}
.TagClassName
{
border-color: #C2FA5B;
}
</style>