Shades of Green Yellow #B1F128
Tints of Green Yellow #B1F128
RGB
CMYK
RGB Variations
Color information
#B1F128 (or 0xB1F128) is known color: Green Yellow. HEX triplet: B1, F1 and 28. RGB value is (177,241,40). Sum of RGB (Red+Green+Blue) = 177+241+40=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 40 (16.02% from 255 or 8.73% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F128 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F128 is #4E0ED7. Grayscale: #C7C7C7. Windows color (decimal): -5115608 or 2683313. OLE color: 2683313.
HSL color Cylindrical-coordinate representation of color #B1F128: hue angle of 79.1º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B1F128 is Cyan = 0.27, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 40 | - |
| CMYK | 0.27 | 0 | 0.83 | 0.05 |
| HSL | 79.1º | 0.88% | 0.55% | - |
| HSV(B) | 79.1º | 0.83% | 0.95% | - |
| XYZ | 49.97 | 72.41 | 13.35 | - |
| YUV | 198.95 | 38.3 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 40 | 0.27 | 0 | 0.83 | 0.05 | 79.1 | 0.88 | 0.55 |
| Hex | B1 | F1 | 28 | 1B | 0 | 53 | 5 | 4F | 58 | 37 |
| Octal | 261 | 361 | 50 | 33 | 0 | 123 | 5 | 117 | 130 | 67 |
| Binary | 10110001 | 11110001 | 101000 | 11011 | 0 | 1010011 | 101 | 1001111 | 1011000 | 110111 |
Color Harmonies of #B1F128
Complementary color
Monochromatic Colors of #B1F128
Black with #B1F128
Text Example
Text Example
White with #B1F128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F128; }
p { color: rgb(177,241,40); }
H1.HeaderClassName
{
color: #B1F128;
}
.AnyTagClassName
{
color: #B1F128;
}
</style>
background-color css
<style>
a { background-color: #B1F128; }
a { background-color: rgb(177,241,40); }
div.DivClassName
{
background-color: #B1F128;
}
.BgClassName
{
background-color: #B1F128;
}
</style>
border-color css
<style>
span { border-color: #B1F128; }
span { border-color: rgb(177,241,40); }
td.TdClassName
{
border-color: #B1F128;
}
.TagClassName
{
border-color: #B1F128;
}
</style>