Shades of Green Yellow #B0FF26
Tints of Green Yellow #B0FF26
RGB
CMYK
RGB Variations
Color information
#B0FF26 (or 0xB0FF26) is known color: Green Yellow. HEX triplet: B0, FF and 26. RGB value is (176,255,38). Sum of RGB (Red+Green+Blue) = 176+255+38=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 255 (100% from 255 or 54.37% from 469); Blue value is 38 (15.23% from 255 or 8.10% from 469); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF26 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF26 is #4F00D9. Grayscale: #CFCFCF. Windows color (decimal): -5177562 or 2555824. OLE color: 2555824.
HSL color Cylindrical-coordinate representation of color #B0FF26: hue angle of 81.84º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0FF26 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 38 | - |
| CMYK | 0.31 | 0 | 0.85 | 0 |
| HSL | 81.84º | 1% | 0.57% | - |
| HSV(B) | 81.84º | 0.85% | 1% | - |
| XYZ | 54.01 | 80.89 | 14.6 | - |
| YUV | 206.64 | 32.83 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 38 | 0.31 | 0 | 0.85 | 0 | 81.84 | 1 | 0.57 |
| Hex | B0 | FF | 26 | 1F | 0 | 55 | 0 | 52 | 64 | 39 |
| Octal | 260 | 377 | 46 | 37 | 0 | 125 | 0 | 122 | 144 | 71 |
| Binary | 10110000 | 11111111 | 100110 | 11111 | 0 | 1010101 | 0 | 1010010 | 1100100 | 111001 |
Color Harmonies of #B0FF26
Complementary color
Monochromatic Colors of #B0FF26
Black with #B0FF26
Text Example
Text Example
White with #B0FF26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF26; }
p { color: rgb(176,255,38); }
H1.HeaderClassName
{
color: #B0FF26;
}
.AnyTagClassName
{
color: #B0FF26;
}
</style>
background-color css
<style>
a { background-color: #B0FF26; }
a { background-color: rgb(176,255,38); }
div.DivClassName
{
background-color: #B0FF26;
}
.BgClassName
{
background-color: #B0FF26;
}
</style>
border-color css
<style>
span { border-color: #B0FF26; }
span { border-color: rgb(176,255,38); }
td.TdClassName
{
border-color: #B0FF26;
}
.TagClassName
{
border-color: #B0FF26;
}
</style>