Shades of Green Yellow #B2FE45
Tints of Green Yellow #B2FE45
RGB
CMYK
RGB Variations
Color information
#B2FE45 (or 0xB2FE45) is known color: Green Yellow. HEX triplet: B2, FE and 45. RGB value is (178,254,69). Sum of RGB (Red+Green+Blue) = 178+254+69=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 254 (99.61% from 255 or 50.70% from 501); Blue value is 69 (27.34% from 255 or 13.77% from 501); Max value from RGB is 254 - color contains mainly: green. Hex color #B2FE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2FE45 is #4D01BA. Grayscale: #D2D2D2. Windows color (decimal): -5046715 or 4587186. OLE color: 4587186.
HSL color Cylindrical-coordinate representation of color #B2FE45: hue angle of 84.65º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B2FE45 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 178 | 254 | 69 | - |
| CMYK | 0.30 | 0 | 0.73 | 0.00 |
| HSL | 84.65º | 0.99% | 0.63% | - |
| HSV(B) | 84.65º | 0.73% | 1% | - |
| XYZ | 54.88 | 80.78 | 18.33 | - |
| YUV | 210.19 | 48.32 | 105.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 254 | 69 | 0.30 | 0 | 0.73 | 0.00 | 84.65 | 0.99 | 0.63 |
| Hex | B2 | FE | 45 | 1E | 0 | 49 | 0 | 55 | 63 | 3F |
| Octal | 262 | 376 | 105 | 36 | 0 | 111 | 0 | 125 | 143 | 77 |
| Binary | 10110010 | 11111110 | 1000101 | 11110 | 0 | 1001001 | 0 | 1010101 | 1100011 | 111111 |
Color Harmonies of #B2FE45
Complementary color
Monochromatic Colors of #B2FE45
Black with #B2FE45
Text Example
Text Example
White with #B2FE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FE45; }
p { color: rgb(178,254,69); }
H1.HeaderClassName
{
color: #B2FE45;
}
.AnyTagClassName
{
color: #B2FE45;
}
</style>
background-color css
<style>
a { background-color: #B2FE45; }
a { background-color: rgb(178,254,69); }
div.DivClassName
{
background-color: #B2FE45;
}
.BgClassName
{
background-color: #B2FE45;
}
</style>
border-color css
<style>
span { border-color: #B2FE45; }
span { border-color: rgb(178,254,69); }
td.TdClassName
{
border-color: #B2FE45;
}
.TagClassName
{
border-color: #B2FE45;
}
</style>