Shades of Green Yellow #B2FE42
Tints of Green Yellow #B2FE42
RGB
CMYK
RGB Variations
Color information
#B2FE42 (or 0xB2FE42) is known color: Green Yellow. HEX triplet: B2, FE and 42. RGB value is (178,254,66). Sum of RGB (Red+Green+Blue) = 178+254+66=498 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.74% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 66 (26.17% from 255 or 13.25% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FE42 is #4D01BD. Grayscale: #D2D2D2. Windows color (decimal): -5046718 or 4390578. OLE color: 4390578.
HSL color Cylindrical-coordinate representation of color #B2FE42: hue angle of 84.26º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B2FE42 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 66 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.00 |
| HSL | 84.26º | 0.99% | 0.63% | - |
| HSV(B) | 84.26º | 0.74% | 1% | - |
| XYZ | 54.79 | 80.74 | 17.85 | - |
| YUV | 209.84 | 46.82 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 66 | 0.30 | 0 | 0.74 | 0.00 | 84.26 | 0.99 | 0.63 |
| Hex | B2 | FE | 42 | 1E | 0 | 4A | 0 | 54 | 63 | 3F |
| Octal | 262 | 376 | 102 | 36 | 0 | 112 | 0 | 124 | 143 | 77 |
| Binary | 10110010 | 11111110 | 1000010 | 11110 | 0 | 1001010 | 0 | 1010100 | 1100011 | 111111 |
Color Harmonies of #B2FE42
Complementary color
Monochromatic Colors of #B2FE42
Black with #B2FE42
Text Example
Text Example
White with #B2FE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE42; }
p { color: rgb(178,254,66); }
H1.HeaderClassName
{
color: #B2FE42;
}
.AnyTagClassName
{
color: #B2FE42;
}
</style>
background-color css
<style>
a { background-color: #B2FE42; }
a { background-color: rgb(178,254,66); }
div.DivClassName
{
background-color: #B2FE42;
}
.BgClassName
{
background-color: #B2FE42;
}
</style>
border-color css
<style>
span { border-color: #B2FE42; }
span { border-color: rgb(178,254,66); }
td.TdClassName
{
border-color: #B2FE42;
}
.TagClassName
{
border-color: #B2FE42;
}
</style>