Shades of Green Yellow #B1FF2D
Tints of Green Yellow #B1FF2D
RGB
CMYK
RGB Variations
Color information
#B1FF2D (or 0xB1FF2D) is known color: Green Yellow. HEX triplet: B1, FF and 2D. RGB value is (177,255,45). Sum of RGB (Red+Green+Blue) = 177+255+45=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 45 (17.97% from 255 or 9.43% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1FF2D is #4E00D2. Grayscale: #D0D0D0. Windows color (decimal): -5112019 or 3014577. OLE color: 3014577.
HSL color Cylindrical-coordinate representation of color #B1FF2D: hue angle of 82.29º 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 #B1FF2D is Cyan = 0.31, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 45 | - |
| CMYK | 0.31 | 0 | 0.82 | 0 |
| HSL | 82.29º | 1% | 0.59% | - |
| HSV(B) | 82.29º | 0.82% | 1% | - |
| XYZ | 54.37 | 81.06 | 15.26 | - |
| YUV | 207.74 | 36.16 | 106.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 45 | 0.31 | 0 | 0.82 | 0 | 82.29 | 1 | 0.59 |
| Hex | B1 | FF | 2D | 1F | 0 | 52 | 0 | 52 | 64 | 3B |
| Octal | 261 | 377 | 55 | 37 | 0 | 122 | 0 | 122 | 144 | 73 |
| Binary | 10110001 | 11111111 | 101101 | 11111 | 0 | 1010010 | 0 | 1010010 | 1100100 | 111011 |
Color Harmonies of #B1FF2D
Complementary color
Monochromatic Colors of #B1FF2D
Black with #B1FF2D
Text Example
Text Example
White with #B1FF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF2D; }
p { color: rgb(177,255,45); }
H1.HeaderClassName
{
color: #B1FF2D;
}
.AnyTagClassName
{
color: #B1FF2D;
}
</style>
background-color css
<style>
a { background-color: #B1FF2D; }
a { background-color: rgb(177,255,45); }
div.DivClassName
{
background-color: #B1FF2D;
}
.BgClassName
{
background-color: #B1FF2D;
}
</style>
border-color css
<style>
span { border-color: #B1FF2D; }
span { border-color: rgb(177,255,45); }
td.TdClassName
{
border-color: #B1FF2D;
}
.TagClassName
{
border-color: #B1FF2D;
}
</style>