Shades of Green Yellow #B2FA46
Tints of Green Yellow #B2FA46
RGB
CMYK
RGB Variations
Color information
#B2FA46 (or 0xB2FA46) is known color: Green Yellow. HEX triplet: B2, FA and 46. RGB value is (178,250,70). Sum of RGB (Red+Green+Blue) = 178+250+70=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 250 (98.05% from 255 or 50.20% from 498); Blue value is 70 (27.73% from 255 or 14.06% from 498); Max value from RGB is 250 - color contains mainly: green. Hex color #B2FA46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FA46 is #4D05B9. Grayscale: #D0D0D0. Windows color (decimal): -5047738 or 4651698. OLE color: 4651698.
HSL color Cylindrical-coordinate representation of color #B2FA46: hue angle of 84º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2FA46 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 250 | 70 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.02 |
| HSL | 84º | 0.95% | 0.63% | - |
| HSV(B) | 84º | 0.72% | 0.98% | - |
| XYZ | 53.65 | 78.28 | 18.08 | - |
| YUV | 207.95 | 50.15 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 250 | 70 | 0.29 | 0 | 0.72 | 0.02 | 84 | 0.95 | 0.63 |
| Hex | B2 | FA | 46 | 1D | 0 | 48 | 2 | 54 | 5F | 3F |
| Octal | 262 | 372 | 106 | 35 | 0 | 110 | 2 | 124 | 137 | 77 |
| Binary | 10110010 | 11111010 | 1000110 | 11101 | 0 | 1001000 | 10 | 1010100 | 1011111 | 111111 |
Color Harmonies of #B2FA46
Complementary color
Monochromatic Colors of #B2FA46
Black with #B2FA46
Text Example
Text Example
White with #B2FA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FA46; }
p { color: rgb(178,250,70); }
H1.HeaderClassName
{
color: #B2FA46;
}
.AnyTagClassName
{
color: #B2FA46;
}
</style>
background-color css
<style>
a { background-color: #B2FA46; }
a { background-color: rgb(178,250,70); }
div.DivClassName
{
background-color: #B2FA46;
}
.BgClassName
{
background-color: #B2FA46;
}
</style>
border-color css
<style>
span { border-color: #B2FA46; }
span { border-color: rgb(178,250,70); }
td.TdClassName
{
border-color: #B2FA46;
}
.TagClassName
{
border-color: #B2FA46;
}
</style>