Shades of Green Yellow #B0FE28
Tints of Green Yellow #B0FE28
RGB
CMYK
RGB Variations
Color information
#B0FE28 (or 0xB0FE28) is known color: Green Yellow. HEX triplet: B0, FE and 28. RGB value is (176,254,40). Sum of RGB (Red+Green+Blue) = 176+254+40=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 254 (99.61% from 255 or 54.04% from 470); Blue value is 40 (16.02% from 255 or 8.51% from 470); Max value from RGB is 254 - color contains mainly: green. Hex color #B0FE28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0FE28 is #4F01D7. Grayscale: #CFCFCF. Windows color (decimal): -5177816 or 2686640. OLE color: 2686640.
HSL color Cylindrical-coordinate representation of color #B0FE28: hue angle of 81.87º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0FE28 is Cyan = 0.31, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 176 | 254 | 40 | - |
| CMYK | 0.31 | 0 | 0.84 | 0.00 |
| HSL | 81.87º | 0.99% | 0.58% | - |
| HSV(B) | 81.87º | 0.84% | 1% | - |
| XYZ | 53.73 | 80.27 | 14.67 | - |
| YUV | 206.28 | 34.16 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 254 | 40 | 0.31 | 0 | 0.84 | 0.00 | 81.87 | 0.99 | 0.58 |
| Hex | B0 | FE | 28 | 1F | 0 | 54 | 0 | 52 | 63 | 3A |
| Octal | 260 | 376 | 50 | 37 | 0 | 124 | 0 | 122 | 143 | 72 |
| Binary | 10110000 | 11111110 | 101000 | 11111 | 0 | 1010100 | 0 | 1010010 | 1100011 | 111010 |
Color Harmonies of #B0FE28
Complementary color
Monochromatic Colors of #B0FE28
Black with #B0FE28
Text Example
Text Example
White with #B0FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FE28; }
p { color: rgb(176,254,40); }
H1.HeaderClassName
{
color: #B0FE28;
}
.AnyTagClassName
{
color: #B0FE28;
}
</style>
background-color css
<style>
a { background-color: #B0FE28; }
a { background-color: rgb(176,254,40); }
div.DivClassName
{
background-color: #B0FE28;
}
.BgClassName
{
background-color: #B0FE28;
}
</style>
border-color css
<style>
span { border-color: #B0FE28; }
span { border-color: rgb(176,254,40); }
td.TdClassName
{
border-color: #B0FE28;
}
.TagClassName
{
border-color: #B0FE28;
}
</style>