Shades of Green Yellow #B0FB1A
Tints of Green Yellow #B0FB1A
RGB
CMYK
RGB Variations
Color information
#B0FB1A (or 0xB0FB1A) is known color: Green Yellow. HEX triplet: B0, FB and 1A. RGB value is (176,251,26). Sum of RGB (Red+Green+Blue) = 176+251+26=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 251 (98.44% from 255 or 55.41% from 453); Blue value is 26 (10.55% from 255 or 5.74% from 453); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FB1A is #4F04E5. Grayscale: #CBCBCB. Windows color (decimal): -5178598 or 1768368. OLE color: 1768368.
HSL color Cylindrical-coordinate representation of color #B0FB1A: hue angle of 80º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0FB1A is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 26 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.02 |
| HSL | 80º | 0.97% | 0.54% | - |
| HSV(B) | 80º | 0.9% | 0.98% | - |
| XYZ | 52.59 | 78.3 | 13.32 | - |
| YUV | 202.93 | 28.15 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 26 | 0.30 | 0 | 0.90 | 0.02 | 80 | 0.97 | 0.54 |
| Hex | B0 | FB | 1A | 1E | 0 | 5A | 2 | 50 | 61 | 36 |
| Octal | 260 | 373 | 32 | 36 | 0 | 132 | 2 | 120 | 141 | 66 |
| Binary | 10110000 | 11111011 | 11010 | 11110 | 0 | 1011010 | 10 | 1010000 | 1100001 | 110110 |
Color Harmonies of #B0FB1A
Complementary color
Monochromatic Colors of #B0FB1A
Black with #B0FB1A
Text Example
Text Example
White with #B0FB1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB1A; }
p { color: rgb(176,251,26); }
H1.HeaderClassName
{
color: #B0FB1A;
}
.AnyTagClassName
{
color: #B0FB1A;
}
</style>
background-color css
<style>
a { background-color: #B0FB1A; }
a { background-color: rgb(176,251,26); }
div.DivClassName
{
background-color: #B0FB1A;
}
.BgClassName
{
background-color: #B0FB1A;
}
</style>
border-color css
<style>
span { border-color: #B0FB1A; }
span { border-color: rgb(176,251,26); }
td.TdClassName
{
border-color: #B0FB1A;
}
.TagClassName
{
border-color: #B0FB1A;
}
</style>