Shades of Green Yellow #C0FB30
Tints of Green Yellow #C0FB30
RGB
CMYK
RGB Variations
Color information
#C0FB30 (or 0xC0FB30) is known color: Green Yellow. HEX triplet: C0, FB and 30. RGB value is (192,251,48). Sum of RGB (Red+Green+Blue) = 192+251+48=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 251 (98.44% from 255 or 51.12% from 491); Blue value is 48 (19.14% from 255 or 9.78% from 491); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB30 is #3F04CF. Grayscale: #D2D2D2. Windows color (decimal): -4130000 or 3210176. OLE color: 3210176.
HSL color Cylindrical-coordinate representation of color #C0FB30: hue angle of 77.44º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C0FB30 is Cyan = 0.24, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 48 | - |
| CMYK | 0.24 | 0 | 0.81 | 0.02 |
| HSL | 77.44º | 0.96% | 0.59% | - |
| HSV(B) | 77.44º | 0.81% | 0.98% | - |
| XYZ | 56.77 | 80.41 | 15.33 | - |
| YUV | 210.22 | 36.45 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 48 | 0.24 | 0 | 0.81 | 0.02 | 77.44 | 0.96 | 0.59 |
| Hex | C0 | FB | 30 | 18 | 0 | 51 | 2 | 4D | 60 | 3B |
| Octal | 300 | 373 | 60 | 30 | 0 | 121 | 2 | 115 | 140 | 73 |
| Binary | 11000000 | 11111011 | 110000 | 11000 | 0 | 1010001 | 10 | 1001101 | 1100000 | 111011 |
Color Harmonies of #C0FB30
Complementary color
Monochromatic Colors of #C0FB30
Black with #C0FB30
Text Example
Text Example
White with #C0FB30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB30; }
p { color: rgb(192,251,48); }
H1.HeaderClassName
{
color: #C0FB30;
}
.AnyTagClassName
{
color: #C0FB30;
}
</style>
background-color css
<style>
a { background-color: #C0FB30; }
a { background-color: rgb(192,251,48); }
div.DivClassName
{
background-color: #C0FB30;
}
.BgClassName
{
background-color: #C0FB30;
}
</style>
border-color css
<style>
span { border-color: #C0FB30; }
span { border-color: rgb(192,251,48); }
td.TdClassName
{
border-color: #C0FB30;
}
.TagClassName
{
border-color: #C0FB30;
}
</style>