Shades of Green Yellow #C0FB31
Tints of Green Yellow #C0FB31
RGB
CMYK
RGB Variations
Color information
#C0FB31 (or 0xC0FB31) is known color: Green Yellow. HEX triplet: C0, FB and 31. RGB value is (192,251,49). Sum of RGB (Red+Green+Blue) = 192+251+49=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 49 (19.53% from 255 or 9.96% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB31 is #3F04CE. Grayscale: #D3D3D3. Windows color (decimal): -4129999 or 3275712. OLE color: 3275712.
HSL color Cylindrical-coordinate representation of color #C0FB31: hue angle of 77.52º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C0FB31 is Cyan = 0.24, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 49 | - |
| CMYK | 0.24 | 0 | 0.80 | 0.02 |
| HSL | 77.52º | 0.96% | 0.59% | - |
| HSV(B) | 77.52º | 0.8% | 0.98% | - |
| XYZ | 56.79 | 80.42 | 15.44 | - |
| YUV | 210.33 | 36.95 | 114.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 49 | 0.24 | 0 | 0.80 | 0.02 | 77.52 | 0.96 | 0.59 |
| Hex | C0 | FB | 31 | 18 | 0 | 50 | 2 | 4E | 60 | 3B |
| Octal | 300 | 373 | 61 | 30 | 0 | 120 | 2 | 116 | 140 | 73 |
| Binary | 11000000 | 11111011 | 110001 | 11000 | 0 | 1010000 | 10 | 1001110 | 1100000 | 111011 |
Color Harmonies of #C0FB31
Complementary color
Monochromatic Colors of #C0FB31
Black with #C0FB31
Text Example
Text Example
White with #C0FB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB31; }
p { color: rgb(192,251,49); }
H1.HeaderClassName
{
color: #C0FB31;
}
.AnyTagClassName
{
color: #C0FB31;
}
</style>
background-color css
<style>
a { background-color: #C0FB31; }
a { background-color: rgb(192,251,49); }
div.DivClassName
{
background-color: #C0FB31;
}
.BgClassName
{
background-color: #C0FB31;
}
</style>
border-color css
<style>
span { border-color: #C0FB31; }
span { border-color: rgb(192,251,49); }
td.TdClassName
{
border-color: #C0FB31;
}
.TagClassName
{
border-color: #C0FB31;
}
</style>