Shades of Green Yellow #B2FD28
Tints of Green Yellow #B2FD28
RGB
CMYK
RGB Variations
Color information
#B2FD28 (or 0xB2FD28) is known color: Green Yellow. HEX triplet: B2, FD and 28. RGB value is (178,253,40). Sum of RGB (Red+Green+Blue) = 178+253+40=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 253 (99.22% from 255 or 53.72% from 471); Blue value is 40 (16.02% from 255 or 8.49% from 471); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FD28 is #4D02D7. Grayscale: #CFCFCF. Windows color (decimal): -5047000 or 2686386. OLE color: 2686386.
HSL color Cylindrical-coordinate representation of color #B2FD28: hue angle of 81.13º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2FD28 is Cyan = 0.30, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 40 | - |
| CMYK | 0.30 | 0 | 0.84 | 0.01 |
| HSL | 81.13º | 0.98% | 0.57% | - |
| HSV(B) | 81.13º | 0.84% | 0.99% | - |
| XYZ | 53.87 | 79.87 | 14.58 | - |
| YUV | 206.29 | 34.15 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 40 | 0.30 | 0 | 0.84 | 0.01 | 81.13 | 0.98 | 0.57 |
| Hex | B2 | FD | 28 | 1E | 0 | 54 | 1 | 51 | 62 | 39 |
| Octal | 262 | 375 | 50 | 36 | 0 | 124 | 1 | 121 | 142 | 71 |
| Binary | 10110010 | 11111101 | 101000 | 11110 | 0 | 1010100 | 1 | 1010001 | 1100010 | 111001 |
Color Harmonies of #B2FD28
Complementary color
Monochromatic Colors of #B2FD28
Black with #B2FD28
Text Example
Text Example
White with #B2FD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FD28; }
p { color: rgb(178,253,40); }
H1.HeaderClassName
{
color: #B2FD28;
}
.AnyTagClassName
{
color: #B2FD28;
}
</style>
background-color css
<style>
a { background-color: #B2FD28; }
a { background-color: rgb(178,253,40); }
div.DivClassName
{
background-color: #B2FD28;
}
.BgClassName
{
background-color: #B2FD28;
}
</style>
border-color css
<style>
span { border-color: #B2FD28; }
span { border-color: rgb(178,253,40); }
td.TdClassName
{
border-color: #B2FD28;
}
.TagClassName
{
border-color: #B2FD28;
}
</style>