Shades of Green Yellow #B0FF3B
Tints of Green Yellow #B0FF3B
RGB
CMYK
RGB Variations
Color information
#B0FF3B (or 0xB0FF3B) is known color: Green Yellow. HEX triplet: B0, FF and 3B. RGB value is (176,255,59). Sum of RGB (Red+Green+Blue) = 176+255+59=490 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.92% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 59 (23.44% from 255 or 12.04% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #B0FF3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FF3B is #4F00C4. Grayscale: #D1D1D1. Windows color (decimal): -5177541 or 3932080. OLE color: 3932080.
HSL color Cylindrical-coordinate representation of color #B0FF3B: hue angle of 84.18º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0FF3B is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 255 | 59 | - |
| CMYK | 0.31 | 0 | 0.77 | 0 |
| HSL | 84.18º | 1% | 0.62% | - |
| HSV(B) | 84.18º | 0.77% | 1% | - |
| XYZ | 54.45 | 81.07 | 16.91 | - |
| YUV | 209.04 | 43.33 | 104.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 255 | 59 | 0.31 | 0 | 0.77 | 0 | 84.18 | 1 | 0.62 |
| Hex | B0 | FF | 3B | 1F | 0 | 4D | 0 | 54 | 64 | 3E |
| Octal | 260 | 377 | 73 | 37 | 0 | 115 | 0 | 124 | 144 | 76 |
| Binary | 10110000 | 11111111 | 111011 | 11111 | 0 | 1001101 | 0 | 1010100 | 1100100 | 111110 |
Color Harmonies of #B0FF3B
Complementary color
Monochromatic Colors of #B0FF3B
Black with #B0FF3B
Text Example
Text Example
White with #B0FF3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FF3B; }
p { color: rgb(176,255,59); }
H1.HeaderClassName
{
color: #B0FF3B;
}
.AnyTagClassName
{
color: #B0FF3B;
}
</style>
background-color css
<style>
a { background-color: #B0FF3B; }
a { background-color: rgb(176,255,59); }
div.DivClassName
{
background-color: #B0FF3B;
}
.BgClassName
{
background-color: #B0FF3B;
}
</style>
border-color css
<style>
span { border-color: #B0FF3B; }
span { border-color: rgb(176,255,59); }
td.TdClassName
{
border-color: #B0FF3B;
}
.TagClassName
{
border-color: #B0FF3B;
}
</style>