Shades of Green Yellow #B1F525
Tints of Green Yellow #B1F525
RGB
CMYK
RGB Variations
Color information
#B1F525 (or 0xB1F525) is known color: Green Yellow. HEX triplet: B1, F5 and 25. RGB value is (177,245,37). Sum of RGB (Red+Green+Blue) = 177+245+37=459 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.56% from 459); Green value is 245 (96.09% from 255 or 53.38% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 245 - color contains mainly: green. Hex color #B1F525 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F525 is #4E0ADA. Grayscale: #C9C9C9. Windows color (decimal): -5114587 or 2487729. OLE color: 2487729.
HSL color Cylindrical-coordinate representation of color #B1F525: hue angle of 79.62º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B1F525 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 177 | 245 | 37 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.04 |
| HSL | 79.62º | 0.91% | 0.55% | - |
| HSV(B) | 79.62º | 0.85% | 0.96% | - |
| XYZ | 51.12 | 74.79 | 13.49 | - |
| YUV | 200.96 | 35.47 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 245 | 37 | 0.28 | 0 | 0.85 | 0.04 | 79.62 | 0.91 | 0.55 |
| Hex | B1 | F5 | 25 | 1C | 0 | 55 | 4 | 50 | 5B | 37 |
| Octal | 261 | 365 | 45 | 34 | 0 | 125 | 4 | 120 | 133 | 67 |
| Binary | 10110001 | 11110101 | 100101 | 11100 | 0 | 1010101 | 100 | 1010000 | 1011011 | 110111 |
Color Harmonies of #B1F525
Complementary color
Monochromatic Colors of #B1F525
Black with #B1F525
Text Example
Text Example
White with #B1F525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F525; }
p { color: rgb(177,245,37); }
H1.HeaderClassName
{
color: #B1F525;
}
.AnyTagClassName
{
color: #B1F525;
}
</style>
background-color css
<style>
a { background-color: #B1F525; }
a { background-color: rgb(177,245,37); }
div.DivClassName
{
background-color: #B1F525;
}
.BgClassName
{
background-color: #B1F525;
}
</style>
border-color css
<style>
span { border-color: #B1F525; }
span { border-color: rgb(177,245,37); }
td.TdClassName
{
border-color: #B1F525;
}
.TagClassName
{
border-color: #B1F525;
}
</style>