Shades of Green Yellow #C0FC26
Tints of Green Yellow #C0FC26
RGB
CMYK
RGB Variations
Color information
#C0FC26 (or 0xC0FC26) is known color: Green Yellow. HEX triplet: C0, FC and 26. RGB value is (192,252,38). Sum of RGB (Red+Green+Blue) = 192+252+38=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 252 (98.83% from 255 or 52.28% from 482); Blue value is 38 (15.23% from 255 or 7.88% from 482); Max value from RGB is 252 - color contains mainly: green. Hex color #C0FC26 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FC26 is #3F03D9. Grayscale: #D2D2D2. Windows color (decimal): -4129754 or 2555072. OLE color: 2555072.
HSL color Cylindrical-coordinate representation of color #C0FC26: hue angle of 76.82º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0FC26 is Cyan = 0.24, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 252 | 38 | - |
| CMYK | 0.24 | 0 | 0.85 | 0.01 |
| HSL | 76.82º | 0.97% | 0.57% | - |
| HSV(B) | 76.82º | 0.85% | 0.99% | - |
| XYZ | 56.9 | 80.97 | 14.46 | - |
| YUV | 209.66 | 31.12 | 115.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 252 | 38 | 0.24 | 0 | 0.85 | 0.01 | 76.82 | 0.97 | 0.57 |
| Hex | C0 | FC | 26 | 18 | 0 | 55 | 1 | 4D | 61 | 39 |
| Octal | 300 | 374 | 46 | 30 | 0 | 125 | 1 | 115 | 141 | 71 |
| Binary | 11000000 | 11111100 | 100110 | 11000 | 0 | 1010101 | 1 | 1001101 | 1100001 | 111001 |
Color Harmonies of #C0FC26
Complementary color
Monochromatic Colors of #C0FC26
Black with #C0FC26
Text Example
Text Example
White with #C0FC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FC26; }
p { color: rgb(192,252,38); }
H1.HeaderClassName
{
color: #C0FC26;
}
.AnyTagClassName
{
color: #C0FC26;
}
</style>
background-color css
<style>
a { background-color: #C0FC26; }
a { background-color: rgb(192,252,38); }
div.DivClassName
{
background-color: #C0FC26;
}
.BgClassName
{
background-color: #C0FC26;
}
</style>
border-color css
<style>
span { border-color: #C0FC26; }
span { border-color: rgb(192,252,38); }
td.TdClassName
{
border-color: #C0FC26;
}
.TagClassName
{
border-color: #C0FC26;
}
</style>