Shades of Green Yellow #B2FF40
Tints of Green Yellow #B2FF40
RGB
CMYK
RGB Variations
Color information
#B2FF40 (or 0xB2FF40) is known color: Green Yellow. HEX triplet: B2, FF and 40. RGB value is (178,255,64). Sum of RGB (Red+Green+Blue) = 178+255+64=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 64 (25.39% from 255 or 12.88% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FF40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FF40 is #4D00BF. Grayscale: #D2D2D2. Windows color (decimal): -5046464 or 4259762. OLE color: 4259762.
HSL color Cylindrical-coordinate representation of color #B2FF40: hue angle of 84.19º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B2FF40 is Cyan = 0.30, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 64 | - |
| CMYK | 0.30 | 0 | 0.75 | 0 |
| HSL | 84.19º | 1% | 0.63% | - |
| HSV(B) | 84.19º | 0.75% | 1% | - |
| XYZ | 55.05 | 81.36 | 17.65 | - |
| YUV | 210.2 | 45.49 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 64 | 0.30 | 0 | 0.75 | 0 | 84.19 | 1 | 0.63 |
| Hex | B2 | FF | 40 | 1E | 0 | 4B | 0 | 54 | 64 | 3F |
| Octal | 262 | 377 | 100 | 36 | 0 | 113 | 0 | 124 | 144 | 77 |
| Binary | 10110010 | 11111111 | 1000000 | 11110 | 0 | 1001011 | 0 | 1010100 | 1100100 | 111111 |
Color Harmonies of #B2FF40
Complementary color
Monochromatic Colors of #B2FF40
Black with #B2FF40
Text Example
Text Example
White with #B2FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FF40; }
p { color: rgb(178,255,64); }
H1.HeaderClassName
{
color: #B2FF40;
}
.AnyTagClassName
{
color: #B2FF40;
}
</style>
background-color css
<style>
a { background-color: #B2FF40; }
a { background-color: rgb(178,255,64); }
div.DivClassName
{
background-color: #B2FF40;
}
.BgClassName
{
background-color: #B2FF40;
}
</style>
border-color css
<style>
span { border-color: #B2FF40; }
span { border-color: rgb(178,255,64); }
td.TdClassName
{
border-color: #B2FF40;
}
.TagClassName
{
border-color: #B2FF40;
}
</style>