Shades of Green Yellow #C0FE32
Tints of Green Yellow #C0FE32
RGB
CMYK
RGB Variations
Color information
#C0FE32 (or 0xC0FE32) is known color: Green Yellow. HEX triplet: C0, FE and 32. RGB value is (192,254,50). Sum of RGB (Red+Green+Blue) = 192+254+50=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #C0FE32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FE32 is #3F01CD. Grayscale: #D4D4D4. Windows color (decimal): -4129230 or 3342016. OLE color: 3342016.
HSL color Cylindrical-coordinate representation of color #C0FE32: hue angle of 78.24º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0FE32 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 192 | 254 | 50 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.00 |
| HSL | 78.24º | 0.99% | 0.6% | - |
| HSV(B) | 78.24º | 0.8% | 1% | - |
| XYZ | 57.76 | 82.32 | 15.86 | - |
| YUV | 212.21 | 36.46 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 254 | 50 | 0.24 | 0 | 0.80 | 0.00 | 78.24 | 0.99 | 0.6 |
| Hex | C0 | FE | 32 | 18 | 0 | 50 | 0 | 4E | 63 | 3C |
| Octal | 300 | 376 | 62 | 30 | 0 | 120 | 0 | 116 | 143 | 74 |
| Binary | 11000000 | 11111110 | 110010 | 11000 | 0 | 1010000 | 0 | 1001110 | 1100011 | 111100 |
Color Harmonies of #C0FE32
Complementary color
Monochromatic Colors of #C0FE32
Black with #C0FE32
Text Example
Text Example
White with #C0FE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FE32; }
p { color: rgb(192,254,50); }
H1.HeaderClassName
{
color: #C0FE32;
}
.AnyTagClassName
{
color: #C0FE32;
}
</style>
background-color css
<style>
a { background-color: #C0FE32; }
a { background-color: rgb(192,254,50); }
div.DivClassName
{
background-color: #C0FE32;
}
.BgClassName
{
background-color: #C0FE32;
}
</style>
border-color css
<style>
span { border-color: #C0FE32; }
span { border-color: rgb(192,254,50); }
td.TdClassName
{
border-color: #C0FE32;
}
.TagClassName
{
border-color: #C0FE32;
}
</style>