Shades of Green Yellow #B0FB1D
Tints of Green Yellow #B0FB1D
RGB
CMYK
RGB Variations
Color information
#B0FB1D (or 0xB0FB1D) is known color: Green Yellow. HEX triplet: B0, FB and 1D. RGB value is (176,251,29). Sum of RGB (Red+Green+Blue) = 176+251+29=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 251 (98.44% from 255 or 55.04% from 456); Blue value is 29 (11.72% from 255 or 6.36% from 456); Max value from RGB is 251 - color contains mainly: green. Hex color #B0FB1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FB1D is #4F04E2. Grayscale: #CCCCCC. Windows color (decimal): -5178595 or 1964976. OLE color: 1964976.
HSL color Cylindrical-coordinate representation of color #B0FB1D: hue angle of 80.27º degrees, saturation: 0.97, 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 #B0FB1D is Cyan = 0.30, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 251 | 29 | - |
| CMYK | 0.30 | 0 | 0.88 | 0.02 |
| HSL | 80.27º | 0.97% | 0.55% | - |
| HSV(B) | 80.27º | 0.88% | 0.98% | - |
| XYZ | 52.62 | 78.31 | 13.5 | - |
| YUV | 203.27 | 29.65 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 251 | 29 | 0.30 | 0 | 0.88 | 0.02 | 80.27 | 0.97 | 0.55 |
| Hex | B0 | FB | 1D | 1E | 0 | 58 | 2 | 50 | 61 | 37 |
| Octal | 260 | 373 | 35 | 36 | 0 | 130 | 2 | 120 | 141 | 67 |
| Binary | 10110000 | 11111011 | 11101 | 11110 | 0 | 1011000 | 10 | 1010000 | 1100001 | 110111 |
Color Harmonies of #B0FB1D
Complementary color
Monochromatic Colors of #B0FB1D
Black with #B0FB1D
Text Example
Text Example
White with #B0FB1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FB1D; }
p { color: rgb(176,251,29); }
H1.HeaderClassName
{
color: #B0FB1D;
}
.AnyTagClassName
{
color: #B0FB1D;
}
</style>
background-color css
<style>
a { background-color: #B0FB1D; }
a { background-color: rgb(176,251,29); }
div.DivClassName
{
background-color: #B0FB1D;
}
.BgClassName
{
background-color: #B0FB1D;
}
</style>
border-color css
<style>
span { border-color: #B0FB1D; }
span { border-color: rgb(176,251,29); }
td.TdClassName
{
border-color: #B0FB1D;
}
.TagClassName
{
border-color: #B0FB1D;
}
</style>