Shades of Green Yellow #C0FB2C
Tints of Green Yellow #C0FB2C
RGB
CMYK
RGB Variations
Color information
#C0FB2C (or 0xC0FB2C) is known color: Green Yellow. HEX triplet: C0, FB and 2C. RGB value is (192,251,44). Sum of RGB (Red+Green+Blue) = 192+251+44=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 251 (98.44% from 255 or 51.54% from 487); Blue value is 44 (17.58% from 255 or 9.03% from 487); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB2C is #3F04D3. Grayscale: #D2D2D2. Windows color (decimal): -4130004 or 2948032. OLE color: 2948032.
HSL color Cylindrical-coordinate representation of color #C0FB2C: hue angle of 77.1º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0FB2C is Cyan = 0.24, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 44 | - |
| CMYK | 0.24 | 0 | 0.82 | 0.02 |
| HSL | 77.1º | 0.96% | 0.58% | - |
| HSV(B) | 77.1º | 0.82% | 0.98% | - |
| XYZ | 56.69 | 80.38 | 14.91 | - |
| YUV | 209.76 | 34.45 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 44 | 0.24 | 0 | 0.82 | 0.02 | 77.1 | 0.96 | 0.58 |
| Hex | C0 | FB | 2C | 18 | 0 | 52 | 2 | 4D | 60 | 3A |
| Octal | 300 | 373 | 54 | 30 | 0 | 122 | 2 | 115 | 140 | 72 |
| Binary | 11000000 | 11111011 | 101100 | 11000 | 0 | 1010010 | 10 | 1001101 | 1100000 | 111010 |
Color Harmonies of #C0FB2C
Complementary color
Monochromatic Colors of #C0FB2C
Black with #C0FB2C
Text Example
Text Example
White with #C0FB2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB2C; }
p { color: rgb(192,251,44); }
H1.HeaderClassName
{
color: #C0FB2C;
}
.AnyTagClassName
{
color: #C0FB2C;
}
</style>
background-color css
<style>
a { background-color: #C0FB2C; }
a { background-color: rgb(192,251,44); }
div.DivClassName
{
background-color: #C0FB2C;
}
.BgClassName
{
background-color: #C0FB2C;
}
</style>
border-color css
<style>
span { border-color: #C0FB2C; }
span { border-color: rgb(192,251,44); }
td.TdClassName
{
border-color: #C0FB2C;
}
.TagClassName
{
border-color: #C0FB2C;
}
</style>