Shades of Green Yellow #C0FF20
Tints of Green Yellow #C0FF20
RGB
CMYK
RGB Variations
Color information
#C0FF20 (or 0xC0FF20) is known color: Green Yellow. HEX triplet: C0, FF and 20. RGB value is (192,255,32). Sum of RGB (Red+Green+Blue) = 192+255+32=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 32 (12.89% from 255 or 6.68% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF20 is #3F00DF. Grayscale: #D3D3D3. Windows color (decimal): -4128992 or 2162624. OLE color: 2162624.
HSL color Cylindrical-coordinate representation of color #C0FF20: hue angle of 76.95º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0FF20 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 32 | - |
| CMYK | 0.25 | 0 | 0.87 | 0 |
| HSL | 76.95º | 1% | 0.56% | - |
| HSV(B) | 76.95º | 0.87% | 1% | - |
| XYZ | 57.76 | 82.83 | 14.31 | - |
| YUV | 210.74 | 27.13 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 32 | 0.25 | 0 | 0.87 | 0 | 76.95 | 1 | 0.56 |
| Hex | C0 | FF | 20 | 19 | 0 | 57 | 0 | 4D | 64 | 38 |
| Octal | 300 | 377 | 40 | 31 | 0 | 127 | 0 | 115 | 144 | 70 |
| Binary | 11000000 | 11111111 | 100000 | 11001 | 0 | 1010111 | 0 | 1001101 | 1100100 | 111000 |
Color Harmonies of #C0FF20
Complementary color
Monochromatic Colors of #C0FF20
Black with #C0FF20
Text Example
Text Example
White with #C0FF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF20; }
p { color: rgb(192,255,32); }
H1.HeaderClassName
{
color: #C0FF20;
}
.AnyTagClassName
{
color: #C0FF20;
}
</style>
background-color css
<style>
a { background-color: #C0FF20; }
a { background-color: rgb(192,255,32); }
div.DivClassName
{
background-color: #C0FF20;
}
.BgClassName
{
background-color: #C0FF20;
}
</style>
border-color css
<style>
span { border-color: #C0FF20; }
span { border-color: rgb(192,255,32); }
td.TdClassName
{
border-color: #C0FF20;
}
.TagClassName
{
border-color: #C0FF20;
}
</style>