Shades of Green Yellow #C0FB2B
Tints of Green Yellow #C0FB2B
RGB
CMYK
RGB Variations
Color information
#C0FB2B (or 0xC0FB2B) is known color: Green Yellow. HEX triplet: C0, FB and 2B. RGB value is (192,251,43). Sum of RGB (Red+Green+Blue) = 192+251+43=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 43 (17.19% from 255 or 8.85% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #C0FB2B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0FB2B is #3F04D4. Grayscale: #D2D2D2. Windows color (decimal): -4130005 or 2882496. OLE color: 2882496.
HSL color Cylindrical-coordinate representation of color #C0FB2B: hue angle of 77.02º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0FB2B is Cyan = 0.24, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 251 | 43 | - |
| CMYK | 0.24 | 0 | 0.83 | 0.02 |
| HSL | 77.02º | 0.96% | 0.58% | - |
| HSV(B) | 77.02º | 0.83% | 0.98% | - |
| XYZ | 56.67 | 80.38 | 14.81 | - |
| YUV | 209.65 | 33.95 | 115.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 251 | 43 | 0.24 | 0 | 0.83 | 0.02 | 77.02 | 0.96 | 0.58 |
| Hex | C0 | FB | 2B | 18 | 0 | 53 | 2 | 4D | 60 | 3A |
| Octal | 300 | 373 | 53 | 30 | 0 | 123 | 2 | 115 | 140 | 72 |
| Binary | 11000000 | 11111011 | 101011 | 11000 | 0 | 1010011 | 10 | 1001101 | 1100000 | 111010 |
Color Harmonies of #C0FB2B
Complementary color
Monochromatic Colors of #C0FB2B
Black with #C0FB2B
Text Example
Text Example
White with #C0FB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0FB2B; }
p { color: rgb(192,251,43); }
H1.HeaderClassName
{
color: #C0FB2B;
}
.AnyTagClassName
{
color: #C0FB2B;
}
</style>
background-color css
<style>
a { background-color: #C0FB2B; }
a { background-color: rgb(192,251,43); }
div.DivClassName
{
background-color: #C0FB2B;
}
.BgClassName
{
background-color: #C0FB2B;
}
</style>
border-color css
<style>
span { border-color: #C0FB2B; }
span { border-color: rgb(192,251,43); }
td.TdClassName
{
border-color: #C0FB2B;
}
.TagClassName
{
border-color: #C0FB2B;
}
</style>