Shades of Green Yellow #B1F13F
Tints of Green Yellow #B1F13F
RGB
CMYK
RGB Variations
Color information
#B1F13F (or 0xB1F13F) is known color: Green Yellow. HEX triplet: B1, F1 and 3F. RGB value is (177,241,63). Sum of RGB (Red+Green+Blue) = 177+241+63=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 241 (94.53% from 255 or 50.10% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 241 - color contains mainly: green. Hex color #B1F13F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F13F is #4E0EC0. Grayscale: #CACACA. Windows color (decimal): -5115585 or 4190641. OLE color: 4190641.
HSL color Cylindrical-coordinate representation of color #B1F13F: hue angle of 81.57º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B1F13F is Cyan = 0.27, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 241 | 63 | - |
| CMYK | 0.27 | 0 | 0.74 | 0.05 |
| HSL | 81.57º | 0.86% | 0.6% | - |
| HSV(B) | 81.57º | 0.74% | 0.95% | - |
| XYZ | 50.48 | 72.62 | 16.06 | - |
| YUV | 201.57 | 49.8 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 241 | 63 | 0.27 | 0 | 0.74 | 0.05 | 81.57 | 0.86 | 0.6 |
| Hex | B1 | F1 | 3F | 1B | 0 | 4A | 5 | 52 | 56 | 3C |
| Octal | 261 | 361 | 77 | 33 | 0 | 112 | 5 | 122 | 126 | 74 |
| Binary | 10110001 | 11110001 | 111111 | 11011 | 0 | 1001010 | 101 | 1010010 | 1010110 | 111100 |
Color Harmonies of #B1F13F
Complementary color
Monochromatic Colors of #B1F13F
Black with #B1F13F
Text Example
Text Example
White with #B1F13F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F13F; }
p { color: rgb(177,241,63); }
H1.HeaderClassName
{
color: #B1F13F;
}
.AnyTagClassName
{
color: #B1F13F;
}
</style>
background-color css
<style>
a { background-color: #B1F13F; }
a { background-color: rgb(177,241,63); }
div.DivClassName
{
background-color: #B1F13F;
}
.BgClassName
{
background-color: #B1F13F;
}
</style>
border-color css
<style>
span { border-color: #B1F13F; }
span { border-color: rgb(177,241,63); }
td.TdClassName
{
border-color: #B1F13F;
}
.TagClassName
{
border-color: #B1F13F;
}
</style>