Shades of Green Yellow #B2FF31
Tints of Green Yellow #B2FF31
RGB
CMYK
RGB Variations
Color information
#B2FF31 (or 0xB2FF31) is known color: Green Yellow. HEX triplet: B2, FF and 31. RGB value is (178,255,49). Sum of RGB (Red+Green+Blue) = 178+255+49=482 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.93% from 482); Green value is 255 (100% from 255 or 52.90% from 482); Blue value is 49 (19.53% from 255 or 10.17% from 482); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF31 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF31 is #4D00CE. Grayscale: #D1D1D1. Windows color (decimal): -5046479 or 3276722. OLE color: 3276722.
HSL color Cylindrical-coordinate representation of color #B2FF31: hue angle of 82.43º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B2FF31 is Cyan = 0.30, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 49 | - |
| CMYK | 0.30 | 0 | 0.81 | 0 |
| HSL | 82.43º | 1% | 0.6% | - |
| HSV(B) | 82.43º | 0.81% | 1% | - |
| XYZ | 54.67 | 81.21 | 15.7 | - |
| YUV | 208.49 | 37.99 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 49 | 0.30 | 0 | 0.81 | 0 | 82.43 | 1 | 0.6 |
| Hex | B2 | FF | 31 | 1E | 0 | 51 | 0 | 52 | 64 | 3C |
| Octal | 262 | 377 | 61 | 36 | 0 | 121 | 0 | 122 | 144 | 74 |
| Binary | 10110010 | 11111111 | 110001 | 11110 | 0 | 1010001 | 0 | 1010010 | 1100100 | 111100 |
Color Harmonies of #B2FF31
Complementary color
Monochromatic Colors of #B2FF31
Black with #B2FF31
Text Example
Text Example
White with #B2FF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF31; }
p { color: rgb(178,255,49); }
H1.HeaderClassName
{
color: #B2FF31;
}
.AnyTagClassName
{
color: #B2FF31;
}
</style>
background-color css
<style>
a { background-color: #B2FF31; }
a { background-color: rgb(178,255,49); }
div.DivClassName
{
background-color: #B2FF31;
}
.BgClassName
{
background-color: #B2FF31;
}
</style>
border-color css
<style>
span { border-color: #B2FF31; }
span { border-color: rgb(178,255,49); }
td.TdClassName
{
border-color: #B2FF31;
}
.TagClassName
{
border-color: #B2FF31;
}
</style>