Shades of Green Yellow #B1FF2F
Tints of Green Yellow #B1FF2F
RGB
CMYK
RGB Variations
Color information
#B1FF2F (or 0xB1FF2F) is known color: Green Yellow. HEX triplet: B1, FF and 2F. RGB value is (177,255,47). Sum of RGB (Red+Green+Blue) = 177+255+47=479 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.95% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 47 (18.75% from 255 or 9.81% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF2F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1FF2F is #4E00D0. Grayscale: #D0D0D0. Windows color (decimal): -5112017 or 3145649. OLE color: 3145649.
HSL color Cylindrical-coordinate representation of color #B1FF2F: hue angle of 82.5º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B1FF2F is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 47 | - |
| CMYK | 0.31 | 0 | 0.82 | 0 |
| HSL | 82.5º | 1% | 0.59% | - |
| HSV(B) | 82.5º | 0.82% | 1% | - |
| XYZ | 54.4 | 81.07 | 15.47 | - |
| YUV | 207.97 | 37.16 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 47 | 0.31 | 0 | 0.82 | 0 | 82.5 | 1 | 0.59 |
| Hex | B1 | FF | 2F | 1F | 0 | 52 | 0 | 52 | 64 | 3B |
| Octal | 261 | 377 | 57 | 37 | 0 | 122 | 0 | 122 | 144 | 73 |
| Binary | 10110001 | 11111111 | 101111 | 11111 | 0 | 1010010 | 0 | 1010010 | 1100100 | 111011 |
Color Harmonies of #B1FF2F
Complementary color
Monochromatic Colors of #B1FF2F
Black with #B1FF2F
Text Example
Text Example
White with #B1FF2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF2F; }
p { color: rgb(177,255,47); }
H1.HeaderClassName
{
color: #B1FF2F;
}
.AnyTagClassName
{
color: #B1FF2F;
}
</style>
background-color css
<style>
a { background-color: #B1FF2F; }
a { background-color: rgb(177,255,47); }
div.DivClassName
{
background-color: #B1FF2F;
}
.BgClassName
{
background-color: #B1FF2F;
}
</style>
border-color css
<style>
span { border-color: #B1FF2F; }
span { border-color: rgb(177,255,47); }
td.TdClassName
{
border-color: #B1FF2F;
}
.TagClassName
{
border-color: #B1FF2F;
}
</style>