Shades of Green Yellow #B0FA1E
Tints of Green Yellow #B0FA1E
RGB
CMYK
RGB Variations
Color information
#B0FA1E (or 0xB0FA1E) is known color: Green Yellow. HEX triplet: B0, FA and 1E. RGB value is (176,250,30). Sum of RGB (Red+Green+Blue) = 176+250+30=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 250 (98.05% from 255 or 54.82% from 456); Blue value is 30 (12.11% from 255 or 6.58% from 456); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FA1E is #4F05E1. Grayscale: #CBCBCB. Windows color (decimal): -5178850 or 2030256. OLE color: 2030256.
HSL color Cylindrical-coordinate representation of color #B0FA1E: hue angle of 80.18º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0FA1E is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 30 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.02 |
| HSL | 80.18º | 0.96% | 0.55% | - |
| HSV(B) | 80.18º | 0.88% | 0.98% | - |
| XYZ | 52.32 | 77.7 | 13.47 | - |
| YUV | 202.79 | 30.48 | 108.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 30 | 0.30 | 0 | 0.88 | 0.02 | 80.18 | 0.96 | 0.55 |
| Hex | B0 | FA | 1E | 1E | 0 | 58 | 2 | 50 | 60 | 37 |
| Octal | 260 | 372 | 36 | 36 | 0 | 130 | 2 | 120 | 140 | 67 |
| Binary | 10110000 | 11111010 | 11110 | 11110 | 0 | 1011000 | 10 | 1010000 | 1100000 | 110111 |
Color Harmonies of #B0FA1E
Complementary color
Monochromatic Colors of #B0FA1E
Black with #B0FA1E
Text Example
Text Example
White with #B0FA1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FA1E; }
p { color: rgb(176,250,30); }
H1.HeaderClassName
{
color: #B0FA1E;
}
.AnyTagClassName
{
color: #B0FA1E;
}
</style>
background-color css
<style>
a { background-color: #B0FA1E; }
a { background-color: rgb(176,250,30); }
div.DivClassName
{
background-color: #B0FA1E;
}
.BgClassName
{
background-color: #B0FA1E;
}
</style>
border-color css
<style>
span { border-color: #B0FA1E; }
span { border-color: rgb(176,250,30); }
td.TdClassName
{
border-color: #B0FA1E;
}
.TagClassName
{
border-color: #B0FA1E;
}
</style>