Shades of Green Yellow #B0FD1E
Tints of Green Yellow #B0FD1E
RGB
CMYK
RGB Variations
Color information
#B0FD1E (or 0xB0FD1E) is known color: Green Yellow. HEX triplet: B0, FD and 1E. RGB value is (176,253,30). Sum of RGB (Red+Green+Blue) = 176+253+30=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 253 (99.22% from 255 or 55.12% from 459); Blue value is 30 (12.11% from 255 or 6.54% from 459); Max value from RGB is 253 - color contains mainly: green. Hex color #B0FD1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FD1E is #4F02E1. Grayscale: #CDCDCD. Windows color (decimal): -5178082 or 2031024. OLE color: 2031024.
HSL color Cylindrical-coordinate representation of color #B0FD1E: hue angle of 80.72º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0FD1E is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 253 | 30 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.01 |
| HSL | 80.72º | 0.98% | 0.55% | - |
| HSV(B) | 80.72º | 0.88% | 0.99% | - |
| XYZ | 53.26 | 79.57 | 13.78 | - |
| YUV | 204.56 | 29.49 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 253 | 30 | 0.30 | 0 | 0.88 | 0.01 | 80.72 | 0.98 | 0.55 |
| Hex | B0 | FD | 1E | 1E | 0 | 58 | 1 | 51 | 62 | 37 |
| Octal | 260 | 375 | 36 | 36 | 0 | 130 | 1 | 121 | 142 | 67 |
| Binary | 10110000 | 11111101 | 11110 | 11110 | 0 | 1011000 | 1 | 1010001 | 1100010 | 110111 |
Color Harmonies of #B0FD1E
Complementary color
Monochromatic Colors of #B0FD1E
Black with #B0FD1E
Text Example
Text Example
White with #B0FD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FD1E; }
p { color: rgb(176,253,30); }
H1.HeaderClassName
{
color: #B0FD1E;
}
.AnyTagClassName
{
color: #B0FD1E;
}
</style>
background-color css
<style>
a { background-color: #B0FD1E; }
a { background-color: rgb(176,253,30); }
div.DivClassName
{
background-color: #B0FD1E;
}
.BgClassName
{
background-color: #B0FD1E;
}
</style>
border-color css
<style>
span { border-color: #B0FD1E; }
span { border-color: rgb(176,253,30); }
td.TdClassName
{
border-color: #B0FD1E;
}
.TagClassName
{
border-color: #B0FD1E;
}
</style>