Shades of Green Yellow #B2FE28
Tints of Green Yellow #B2FE28
RGB
CMYK
RGB Variations
Color information
#B2FE28 (or 0xB2FE28) is known color: Green Yellow. HEX triplet: B2, FE and 28. RGB value is (178,254,40). Sum of RGB (Red+Green+Blue) = 178+254+40=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 254 (99.61% from 255 or 53.81% from 472); Blue value is 40 (16.02% from 255 or 8.47% from 472); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FE28 is #4D01D7. Grayscale: #CFCFCF. Windows color (decimal): -5046744 or 2686642. OLE color: 2686642.
HSL color Cylindrical-coordinate representation of color #B2FE28: hue angle of 81.31º 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 #B2FE28 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 40 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.00 |
| HSL | 81.31º | 0.99% | 0.58% | - |
| HSV(B) | 81.31º | 0.84% | 1% | - |
| XYZ | 54.18 | 80.5 | 14.69 | - |
| YUV | 206.88 | 33.82 | 107.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 40 | 0.30 | 0 | 0.84 | 0.00 | 81.31 | 0.99 | 0.58 |
| Hex | B2 | FE | 28 | 1E | 0 | 54 | 0 | 51 | 63 | 3A |
| Octal | 262 | 376 | 50 | 36 | 0 | 124 | 0 | 121 | 143 | 72 |
| Binary | 10110010 | 11111110 | 101000 | 11110 | 0 | 1010100 | 0 | 1010001 | 1100011 | 111010 |
Color Harmonies of #B2FE28
Complementary color
Monochromatic Colors of #B2FE28
Black with #B2FE28
Text Example
Text Example
White with #B2FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE28; }
p { color: rgb(178,254,40); }
H1.HeaderClassName
{
color: #B2FE28;
}
.AnyTagClassName
{
color: #B2FE28;
}
</style>
background-color css
<style>
a { background-color: #B2FE28; }
a { background-color: rgb(178,254,40); }
div.DivClassName
{
background-color: #B2FE28;
}
.BgClassName
{
background-color: #B2FE28;
}
</style>
border-color css
<style>
span { border-color: #B2FE28; }
span { border-color: rgb(178,254,40); }
td.TdClassName
{
border-color: #B2FE28;
}
.TagClassName
{
border-color: #B2FE28;
}
</style>