Shades of Green Yellow #B3FF32
Tints of Green Yellow #B3FF32
RGB
CMYK
RGB Variations
Color information
#B3FF32 (or 0xB3FF32) is known color: Green Yellow. HEX triplet: B3, FF and 32. RGB value is (179,255,50). Sum of RGB (Red+Green+Blue) = 179+255+50=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 255 (100% from 255 or 52.69% from 484); Blue value is 50 (19.92% from 255 or 10.33% from 484); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B3FF32 is #4C00CD. Grayscale: #D1D1D1. Windows color (decimal): -4980942 or 3342259. OLE color: 3342259.
HSL color Cylindrical-coordinate representation of color #B3FF32: hue angle of 82.24º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B3FF32 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 50 | - |
| CMYK | 0.30 | 0 | 0.80 | 0 |
| HSL | 82.24º | 1% | 0.6% | - |
| HSV(B) | 82.24º | 0.8% | 1% | - |
| XYZ | 54.93 | 81.33 | 15.82 | - |
| YUV | 208.91 | 38.32 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 50 | 0.30 | 0 | 0.80 | 0 | 82.24 | 1 | 0.6 |
| Hex | B3 | FF | 32 | 1E | 0 | 50 | 0 | 52 | 64 | 3C |
| Octal | 263 | 377 | 62 | 36 | 0 | 120 | 0 | 122 | 144 | 74 |
| Binary | 10110011 | 11111111 | 110010 | 11110 | 0 | 1010000 | 0 | 1010010 | 1100100 | 111100 |
Color Harmonies of #B3FF32
Complementary color
Monochromatic Colors of #B3FF32
Black with #B3FF32
Text Example
Text Example
White with #B3FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FF32; }
p { color: rgb(179,255,50); }
H1.HeaderClassName
{
color: #B3FF32;
}
.AnyTagClassName
{
color: #B3FF32;
}
</style>
background-color css
<style>
a { background-color: #B3FF32; }
a { background-color: rgb(179,255,50); }
div.DivClassName
{
background-color: #B3FF32;
}
.BgClassName
{
background-color: #B3FF32;
}
</style>
border-color css
<style>
span { border-color: #B3FF32; }
span { border-color: rgb(179,255,50); }
td.TdClassName
{
border-color: #B3FF32;
}
.TagClassName
{
border-color: #B3FF32;
}
</style>