Shades of Green Yellow #C0FE2A
Tints of Green Yellow #C0FE2A
RGB
CMYK
RGB Variations
Color information
#C0FE2A (or 0xC0FE2A) is known color: Green Yellow. HEX triplet: C0, FE and 2A. RGB value is (192,254,42). Sum of RGB (Red+Green+Blue) = 192+254+42=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE2A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FE2A is #3F01D5. Grayscale: #D4D4D4. Windows color (decimal): -4129238 or 2817728. OLE color: 2817728.
HSL color Cylindrical-coordinate representation of color #C0FE2A: hue angle of 77.55º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0FE2A is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 42 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.00 |
| HSL | 77.55º | 0.99% | 0.58% | - |
| HSV(B) | 77.55º | 0.83% | 1% | - |
| XYZ | 57.6 | 82.26 | 15.03 | - |
| YUV | 211.29 | 32.46 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 42 | 0.24 | 0 | 0.83 | 0.00 | 77.55 | 0.99 | 0.58 |
| Hex | C0 | FE | 2A | 18 | 0 | 53 | 0 | 4E | 63 | 3A |
| Octal | 300 | 376 | 52 | 30 | 0 | 123 | 0 | 116 | 143 | 72 |
| Binary | 11000000 | 11111110 | 101010 | 11000 | 0 | 1010011 | 0 | 1001110 | 1100011 | 111010 |
Color Harmonies of #C0FE2A
Complementary color
Monochromatic Colors of #C0FE2A
Black with #C0FE2A
Text Example
Text Example
White with #C0FE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE2A; }
p { color: rgb(192,254,42); }
H1.HeaderClassName
{
color: #C0FE2A;
}
.AnyTagClassName
{
color: #C0FE2A;
}
</style>
background-color css
<style>
a { background-color: #C0FE2A; }
a { background-color: rgb(192,254,42); }
div.DivClassName
{
background-color: #C0FE2A;
}
.BgClassName
{
background-color: #C0FE2A;
}
</style>
border-color css
<style>
span { border-color: #C0FE2A; }
span { border-color: rgb(192,254,42); }
td.TdClassName
{
border-color: #C0FE2A;
}
.TagClassName
{
border-color: #C0FE2A;
}
</style>