Shades of Green Yellow #B2F532
Tints of Green Yellow #B2F532
RGB
CMYK
RGB Variations
Color information
#B2F532 (or 0xB2F532) is known color: Green Yellow. HEX triplet: B2, F5 and 32. RGB value is (178,245,50). Sum of RGB (Red+Green+Blue) = 178+245+50=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 50 (19.92% from 255 or 10.57% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #B2F532 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F532 is #4D0ACD. Grayscale: #CBCBCB. Windows color (decimal): -5049038 or 3339698. OLE color: 3339698.
HSL color Cylindrical-coordinate representation of color #B2F532: hue angle of 80.62º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2F532 is Cyan = 0.27, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 245 | 50 | - |
| CMYK | 0.27 | 0 | 0.80 | 0.04 |
| HSL | 80.62º | 0.91% | 0.58% | - |
| HSV(B) | 80.62º | 0.8% | 0.96% | - |
| XYZ | 51.59 | 75 | 14.78 | - |
| YUV | 202.74 | 41.8 | 110.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 245 | 50 | 0.27 | 0 | 0.80 | 0.04 | 80.62 | 0.91 | 0.58 |
| Hex | B2 | F5 | 32 | 1B | 0 | 50 | 4 | 51 | 5B | 3A |
| Octal | 262 | 365 | 62 | 33 | 0 | 120 | 4 | 121 | 133 | 72 |
| Binary | 10110010 | 11110101 | 110010 | 11011 | 0 | 1010000 | 100 | 1010001 | 1011011 | 111010 |
Color Harmonies of #B2F532
Complementary color
Monochromatic Colors of #B2F532
Black with #B2F532
Text Example
Text Example
White with #B2F532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F532; }
p { color: rgb(178,245,50); }
H1.HeaderClassName
{
color: #B2F532;
}
.AnyTagClassName
{
color: #B2F532;
}
</style>
background-color css
<style>
a { background-color: #B2F532; }
a { background-color: rgb(178,245,50); }
div.DivClassName
{
background-color: #B2F532;
}
.BgClassName
{
background-color: #B2F532;
}
</style>
border-color css
<style>
span { border-color: #B2F532; }
span { border-color: rgb(178,245,50); }
td.TdClassName
{
border-color: #B2F532;
}
.TagClassName
{
border-color: #B2F532;
}
</style>