Shades of Green Yellow #B2F825
Tints of Green Yellow #B2F825
RGB
CMYK
RGB Variations
Color information
#B2F825 (or 0xB2F825) is known color: Green Yellow. HEX triplet: B2, F8 and 25. RGB value is (178,248,37). Sum of RGB (Red+Green+Blue) = 178+248+37=463 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.44% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 37 (14.84% from 255 or 7.99% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #B2F825 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F825 is #4D07DA. Grayscale: #CBCBCB. Windows color (decimal): -5048283 or 2488498. OLE color: 2488498.
HSL color Cylindrical-coordinate representation of color #B2F825: hue angle of 79.91º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2F825 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 178 | 248 | 37 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.03 |
| HSL | 79.91º | 0.94% | 0.56% | - |
| HSV(B) | 79.91º | 0.85% | 0.97% | - |
| XYZ | 52.26 | 76.73 | 13.81 | - |
| YUV | 203.02 | 34.31 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 248 | 37 | 0.28 | 0 | 0.85 | 0.03 | 79.91 | 0.94 | 0.56 |
| Hex | B2 | F8 | 25 | 1C | 0 | 55 | 3 | 50 | 5E | 38 |
| Octal | 262 | 370 | 45 | 34 | 0 | 125 | 3 | 120 | 136 | 70 |
| Binary | 10110010 | 11111000 | 100101 | 11100 | 0 | 1010101 | 11 | 1010000 | 1011110 | 111000 |
Color Harmonies of #B2F825
Complementary color
Monochromatic Colors of #B2F825
Black with #B2F825
Text Example
Text Example
White with #B2F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F825; }
p { color: rgb(178,248,37); }
H1.HeaderClassName
{
color: #B2F825;
}
.AnyTagClassName
{
color: #B2F825;
}
</style>
background-color css
<style>
a { background-color: #B2F825; }
a { background-color: rgb(178,248,37); }
div.DivClassName
{
background-color: #B2F825;
}
.BgClassName
{
background-color: #B2F825;
}
</style>
border-color css
<style>
span { border-color: #B2F825; }
span { border-color: rgb(178,248,37); }
td.TdClassName
{
border-color: #B2F825;
}
.TagClassName
{
border-color: #B2F825;
}
</style>