Shades of Green Yellow #B2F728
Tints of Green Yellow #B2F728
RGB
CMYK
RGB Variations
Color information
#B2F728 (or 0xB2F728) is known color: Green Yellow. HEX triplet: B2, F7 and 28. RGB value is (178,247,40). Sum of RGB (Red+Green+Blue) = 178+247+40=465 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.28% from 465); Green value is 247 (96.88% from 255 or 53.12% from 465); Blue value is 40 (16.02% from 255 or 8.60% from 465); Max value from RGB is 247 - color contains mainly: green. Hex color #B2F728 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F728 is #4D08D7. Grayscale: #CBCBCB. Windows color (decimal): -5048536 or 2684850. OLE color: 2684850.
HSL color Cylindrical-coordinate representation of color #B2F728: hue angle of 80º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2F728 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 247 | 40 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.03 |
| HSL | 80º | 0.93% | 0.56% | - |
| HSV(B) | 80º | 0.84% | 0.97% | - |
| XYZ | 52 | 76.14 | 13.96 | - |
| YUV | 202.77 | 36.14 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 247 | 40 | 0.28 | 0 | 0.84 | 0.03 | 80 | 0.93 | 0.56 |
| Hex | B2 | F7 | 28 | 1C | 0 | 54 | 3 | 50 | 5D | 38 |
| Octal | 262 | 367 | 50 | 34 | 0 | 124 | 3 | 120 | 135 | 70 |
| Binary | 10110010 | 11110111 | 101000 | 11100 | 0 | 1010100 | 11 | 1010000 | 1011101 | 111000 |
Color Harmonies of #B2F728
Complementary color
Monochromatic Colors of #B2F728
Black with #B2F728
Text Example
Text Example
White with #B2F728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F728; }
p { color: rgb(178,247,40); }
H1.HeaderClassName
{
color: #B2F728;
}
.AnyTagClassName
{
color: #B2F728;
}
</style>
background-color css
<style>
a { background-color: #B2F728; }
a { background-color: rgb(178,247,40); }
div.DivClassName
{
background-color: #B2F728;
}
.BgClassName
{
background-color: #B2F728;
}
</style>
border-color css
<style>
span { border-color: #B2F728; }
span { border-color: rgb(178,247,40); }
td.TdClassName
{
border-color: #B2F728;
}
.TagClassName
{
border-color: #B2F728;
}
</style>