Shades of Green Yellow #B2FD32
Tints of Green Yellow #B2FD32
RGB
CMYK
RGB Variations
Color information
#B2FD32 (or 0xB2FD32) is known color: Green Yellow. HEX triplet: B2, FD and 32. RGB value is (178,253,50). Sum of RGB (Red+Green+Blue) = 178+253+50=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 50 (19.92% from 255 or 10.40% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #B2FD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FD32 is #4D02CD. Grayscale: #D0D0D0. Windows color (decimal): -5046990 or 3341746. OLE color: 3341746.
HSL color Cylindrical-coordinate representation of color #B2FD32: hue angle of 82.17º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2FD32 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 178 | 253 | 50 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.01 |
| HSL | 82.17º | 0.98% | 0.59% | - |
| HSV(B) | 82.17º | 0.8% | 0.99% | - |
| XYZ | 54.06 | 79.95 | 15.6 | - |
| YUV | 207.43 | 39.15 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 253 | 50 | 0.30 | 0 | 0.80 | 0.01 | 82.17 | 0.98 | 0.59 |
| Hex | B2 | FD | 32 | 1E | 0 | 50 | 1 | 52 | 62 | 3B |
| Octal | 262 | 375 | 62 | 36 | 0 | 120 | 1 | 122 | 142 | 73 |
| Binary | 10110010 | 11111101 | 110010 | 11110 | 0 | 1010000 | 1 | 1010010 | 1100010 | 111011 |
Color Harmonies of #B2FD32
Complementary color
Monochromatic Colors of #B2FD32
Black with #B2FD32
Text Example
Text Example
White with #B2FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FD32; }
p { color: rgb(178,253,50); }
H1.HeaderClassName
{
color: #B2FD32;
}
.AnyTagClassName
{
color: #B2FD32;
}
</style>
background-color css
<style>
a { background-color: #B2FD32; }
a { background-color: rgb(178,253,50); }
div.DivClassName
{
background-color: #B2FD32;
}
.BgClassName
{
background-color: #B2FD32;
}
</style>
border-color css
<style>
span { border-color: #B2FD32; }
span { border-color: rgb(178,253,50); }
td.TdClassName
{
border-color: #B2FD32;
}
.TagClassName
{
border-color: #B2FD32;
}
</style>