Shades of Green Yellow #C2FA26
Tints of Green Yellow #C2FA26
RGB
CMYK
RGB Variations
Color information
#C2FA26 (or 0xC2FA26) is known color: Green Yellow. HEX triplet: C2, FA and 26. RGB value is (194,250,38). Sum of RGB (Red+Green+Blue) = 194+250+38=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 250 (98.05% from 255 or 51.87% from 482); Blue value is 38 (15.23% from 255 or 7.88% from 482); Max value from RGB is 250 - color contains mainly: green. Hex color #C2FA26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C2FA26 is #3D05D9. Grayscale: #D1D1D1. Windows color (decimal): -3999194 or 2554562. OLE color: 2554562.
HSL color Cylindrical-coordinate representation of color #C2FA26: hue angle of 75.85º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2FA26 is Cyan = 0.22, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 250 | 38 | - |
| CMYK | 0.22 | 0 | 0.85 | 0.02 |
| HSL | 75.85º | 0.95% | 0.56% | - |
| HSV(B) | 75.85º | 0.85% | 0.98% | - |
| XYZ | 56.78 | 79.98 | 14.28 | - |
| YUV | 209.09 | 31.45 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 250 | 38 | 0.22 | 0 | 0.85 | 0.02 | 75.85 | 0.95 | 0.56 |
| Hex | C2 | FA | 26 | 16 | 0 | 55 | 2 | 4C | 5F | 38 |
| Octal | 302 | 372 | 46 | 26 | 0 | 125 | 2 | 114 | 137 | 70 |
| Binary | 11000010 | 11111010 | 100110 | 10110 | 0 | 1010101 | 10 | 1001100 | 1011111 | 111000 |
Color Harmonies of #C2FA26
Complementary color
Monochromatic Colors of #C2FA26
Black with #C2FA26
Text Example
Text Example
White with #C2FA26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2FA26; }
p { color: rgb(194,250,38); }
H1.HeaderClassName
{
color: #C2FA26;
}
.AnyTagClassName
{
color: #C2FA26;
}
</style>
background-color css
<style>
a { background-color: #C2FA26; }
a { background-color: rgb(194,250,38); }
div.DivClassName
{
background-color: #C2FA26;
}
.BgClassName
{
background-color: #C2FA26;
}
</style>
border-color css
<style>
span { border-color: #C2FA26; }
span { border-color: rgb(194,250,38); }
td.TdClassName
{
border-color: #C2FA26;
}
.TagClassName
{
border-color: #C2FA26;
}
</style>