Shades of Green Yellow #B2F82D
Tints of Green Yellow #B2F82D
RGB
CMYK
RGB Variations
Color information
#B2F82D (or 0xB2F82D) is known color: Green Yellow. HEX triplet: B2, F8 and 2D. RGB value is (178,248,45). Sum of RGB (Red+Green+Blue) = 178+248+45=471 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.79% from 471); Green value is 248 (97.27% from 255 or 52.65% from 471); Blue value is 45 (17.97% from 255 or 9.55% from 471); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F82D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F82D is #4D07D2. Grayscale: #CCCCCC. Windows color (decimal): -5048275 or 3012786. OLE color: 3012786.
HSL color Cylindrical-coordinate representation of color #B2F82D: hue angle of 80.69º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B2F82D is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 45 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.03 |
| HSL | 80.69º | 0.94% | 0.57% | - |
| HSV(B) | 80.69º | 0.82% | 0.97% | - |
| XYZ | 52.4 | 76.79 | 14.54 | - |
| YUV | 203.93 | 38.31 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 45 | 0.28 | 0 | 0.82 | 0.03 | 80.69 | 0.94 | 0.57 |
| Hex | B2 | F8 | 2D | 1C | 0 | 52 | 3 | 51 | 5E | 39 |
| Octal | 262 | 370 | 55 | 34 | 0 | 122 | 3 | 121 | 136 | 71 |
| Binary | 10110010 | 11111000 | 101101 | 11100 | 0 | 1010010 | 11 | 1010001 | 1011110 | 111001 |
Color Harmonies of #B2F82D
Complementary color
Monochromatic Colors of #B2F82D
Black with #B2F82D
Text Example
Text Example
White with #B2F82D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F82D; }
p { color: rgb(178,248,45); }
H1.HeaderClassName
{
color: #B2F82D;
}
.AnyTagClassName
{
color: #B2F82D;
}
</style>
background-color css
<style>
a { background-color: #B2F82D; }
a { background-color: rgb(178,248,45); }
div.DivClassName
{
background-color: #B2F82D;
}
.BgClassName
{
background-color: #B2F82D;
}
</style>
border-color css
<style>
span { border-color: #B2F82D; }
span { border-color: rgb(178,248,45); }
td.TdClassName
{
border-color: #B2F82D;
}
.TagClassName
{
border-color: #B2F82D;
}
</style>