Shades of Green Yellow #C0FF22
Tints of Green Yellow #C0FF22
RGB
CMYK
RGB Variations
Color information
#C0FF22 (or 0xC0FF22) is known color: Green Yellow. HEX triplet: C0, FF and 22. RGB value is (192,255,34). Sum of RGB (Red+Green+Blue) = 192+255+34=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 255 (100% from 255 or 53.01% from 481); Blue value is 34 (13.67% from 255 or 7.07% from 481); Max value from RGB is 255 - color contains mainly: green. Hex color #C0FF22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FF22 is #3F00DD. Grayscale: #D3D3D3. Windows color (decimal): -4128990 or 2293696. OLE color: 2293696.
HSL color Cylindrical-coordinate representation of color #C0FF22: hue angle of 77.1º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C0FF22 is Cyan = 0.25, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 255 | 34 | - |
| CMYK | 0.25 | 0 | 0.87 | 0 |
| HSL | 77.1º | 1% | 0.57% | - |
| HSV(B) | 77.1º | 0.87% | 1% | - |
| XYZ | 57.79 | 82.84 | 14.46 | - |
| YUV | 210.97 | 28.13 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 255 | 34 | 0.25 | 0 | 0.87 | 0 | 77.1 | 1 | 0.57 |
| Hex | C0 | FF | 22 | 19 | 0 | 57 | 0 | 4D | 64 | 39 |
| Octal | 300 | 377 | 42 | 31 | 0 | 127 | 0 | 115 | 144 | 71 |
| Binary | 11000000 | 11111111 | 100010 | 11001 | 0 | 1010111 | 0 | 1001101 | 1100100 | 111001 |
Color Harmonies of #C0FF22
Complementary color
Monochromatic Colors of #C0FF22
Black with #C0FF22
Text Example
Text Example
White with #C0FF22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FF22; }
p { color: rgb(192,255,34); }
H1.HeaderClassName
{
color: #C0FF22;
}
.AnyTagClassName
{
color: #C0FF22;
}
</style>
background-color css
<style>
a { background-color: #C0FF22; }
a { background-color: rgb(192,255,34); }
div.DivClassName
{
background-color: #C0FF22;
}
.BgClassName
{
background-color: #C0FF22;
}
</style>
border-color css
<style>
span { border-color: #C0FF22; }
span { border-color: rgb(192,255,34); }
td.TdClassName
{
border-color: #C0FF22;
}
.TagClassName
{
border-color: #C0FF22;
}
</style>