Shades of Green Yellow #B5FF32
Tints of Green Yellow #B5FF32
RGB
CMYK
RGB Variations
Color information
#B5FF32 (or 0xB5FF32) is known color: Green Yellow. HEX triplet: B5, FF and 32. RGB value is (181,255,50). Sum of RGB (Red+Green+Blue) = 181+255+50=486 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.24% from 486); Green value is 255 (100% from 255 or 52.47% from 486); Blue value is 50 (19.92% from 255 or 10.29% from 486); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FF32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5FF32 is #4A00CD. Grayscale: #D2D2D2. Windows color (decimal): -4849870 or 3342261. OLE color: 3342261.
HSL color Cylindrical-coordinate representation of color #B5FF32: hue angle of 81.66º 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 #B5FF32 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 50 | - |
| CMYK | 0.29 | 0 | 0.80 | 0 |
| HSL | 81.66º | 1% | 0.6% | - |
| HSV(B) | 81.66º | 0.8% | 1% | - |
| XYZ | 55.39 | 81.57 | 15.84 | - |
| YUV | 209.5 | 37.98 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 50 | 0.29 | 0 | 0.80 | 0 | 81.66 | 1 | 0.6 |
| Hex | B5 | FF | 32 | 1D | 0 | 50 | 0 | 52 | 64 | 3C |
| Octal | 265 | 377 | 62 | 35 | 0 | 120 | 0 | 122 | 144 | 74 |
| Binary | 10110101 | 11111111 | 110010 | 11101 | 0 | 1010000 | 0 | 1010010 | 1100100 | 111100 |
Color Harmonies of #B5FF32
Complementary color
Monochromatic Colors of #B5FF32
Black with #B5FF32
Text Example
Text Example
White with #B5FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FF32; }
p { color: rgb(181,255,50); }
H1.HeaderClassName
{
color: #B5FF32;
}
.AnyTagClassName
{
color: #B5FF32;
}
</style>
background-color css
<style>
a { background-color: #B5FF32; }
a { background-color: rgb(181,255,50); }
div.DivClassName
{
background-color: #B5FF32;
}
.BgClassName
{
background-color: #B5FF32;
}
</style>
border-color css
<style>
span { border-color: #B5FF32; }
span { border-color: rgb(181,255,50); }
td.TdClassName
{
border-color: #B5FF32;
}
.TagClassName
{
border-color: #B5FF32;
}
</style>