Shades of Green Yellow #B1FF38
Tints of Green Yellow #B1FF38
RGB
CMYK
RGB Variations
Color information
#B1FF38 (or 0xB1FF38) is known color: Green Yellow. HEX triplet: B1, FF and 38. RGB value is (177,255,56). Sum of RGB (Red+Green+Blue) = 177+255+56=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 255 (100% from 255 or 52.25% from 488); Blue value is 56 (22.27% from 255 or 11.48% from 488); Max value from RGB is 255 - color contains mainly: green. Hex color #B1FF38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1FF38 is #4E00C7. Grayscale: #D1D1D1. Windows color (decimal): -5112008 or 3735473. OLE color: 3735473.
HSL color Cylindrical-coordinate representation of color #B1FF38: hue angle of 83.52º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B1FF38 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 255 | 56 | - |
| CMYK | 0.31 | 0 | 0.78 | 0 |
| HSL | 83.52º | 1% | 0.61% | - |
| HSV(B) | 83.52º | 0.78% | 1% | - |
| XYZ | 54.61 | 81.15 | 16.53 | - |
| YUV | 208.99 | 41.66 | 105.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 255 | 56 | 0.31 | 0 | 0.78 | 0 | 83.52 | 1 | 0.61 |
| Hex | B1 | FF | 38 | 1F | 0 | 4E | 0 | 54 | 64 | 3D |
| Octal | 261 | 377 | 70 | 37 | 0 | 116 | 0 | 124 | 144 | 75 |
| Binary | 10110001 | 11111111 | 111000 | 11111 | 0 | 1001110 | 0 | 1010100 | 1100100 | 111101 |
Color Harmonies of #B1FF38
Complementary color
Monochromatic Colors of #B1FF38
Black with #B1FF38
Text Example
Text Example
White with #B1FF38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FF38; }
p { color: rgb(177,255,56); }
H1.HeaderClassName
{
color: #B1FF38;
}
.AnyTagClassName
{
color: #B1FF38;
}
</style>
background-color css
<style>
a { background-color: #B1FF38; }
a { background-color: rgb(177,255,56); }
div.DivClassName
{
background-color: #B1FF38;
}
.BgClassName
{
background-color: #B1FF38;
}
</style>
border-color css
<style>
span { border-color: #B1FF38; }
span { border-color: rgb(177,255,56); }
td.TdClassName
{
border-color: #B1FF38;
}
.TagClassName
{
border-color: #B1FF38;
}
</style>