Shades of Green Yellow #C0FB22
Tints of Green Yellow #C0FB22
RGB
CMYK
RGB Variations
Color information
#C0FB22 (or 0xC0FB22) is known color: Green Yellow. HEX triplet: C0, FB and 22. RGB value is (192,251,34). Sum of RGB (Red+Green+Blue) = 192+251+34=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 251 (98.44% from 255 or 52.62% from 477); Blue value is 34 (13.67% from 255 or 7.13% from 477); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB22 is #3F04DD. Grayscale: #D1D1D1. Windows color (decimal): -4130014 or 2292672. OLE color: 2292672.
HSL color Cylindrical-coordinate representation of color #C0FB22: hue angle of 76.31º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0FB22 is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 34 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.02 |
| HSL | 76.31º | 0.96% | 0.56% | - |
| HSV(B) | 76.31º | 0.86% | 0.98% | - |
| XYZ | 56.52 | 80.32 | 14.04 | - |
| YUV | 208.62 | 29.45 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 34 | 0.24 | 0 | 0.86 | 0.02 | 76.31 | 0.96 | 0.56 |
| Hex | C0 | FB | 22 | 18 | 0 | 56 | 2 | 4C | 60 | 38 |
| Octal | 300 | 373 | 42 | 30 | 0 | 126 | 2 | 114 | 140 | 70 |
| Binary | 11000000 | 11111011 | 100010 | 11000 | 0 | 1010110 | 10 | 1001100 | 1100000 | 111000 |
Color Harmonies of #C0FB22
Complementary color
Monochromatic Colors of #C0FB22
Black with #C0FB22
Text Example
Text Example
White with #C0FB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB22; }
p { color: rgb(192,251,34); }
H1.HeaderClassName
{
color: #C0FB22;
}
.AnyTagClassName
{
color: #C0FB22;
}
</style>
background-color css
<style>
a { background-color: #C0FB22; }
a { background-color: rgb(192,251,34); }
div.DivClassName
{
background-color: #C0FB22;
}
.BgClassName
{
background-color: #C0FB22;
}
</style>
border-color css
<style>
span { border-color: #C0FB22; }
span { border-color: rgb(192,251,34); }
td.TdClassName
{
border-color: #C0FB22;
}
.TagClassName
{
border-color: #C0FB22;
}
</style>