Shades of Green Yellow #B1F227
Tints of Green Yellow #B1F227
RGB
CMYK
RGB Variations
Color information
#B1F227 (or 0xB1F227) is known color: Green Yellow. HEX triplet: B1, F2 and 27. RGB value is (177,242,39). Sum of RGB (Red+Green+Blue) = 177+242+39=458 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.65% from 458); Green value is 242 (94.92% from 255 or 52.84% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 242 - color contains mainly: green. Hex color #B1F227 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B1F227 is #4E0DD8. Grayscale: #C8C8C8. Windows color (decimal): -5115353 or 2618033. OLE color: 2618033.
HSL color Cylindrical-coordinate representation of color #B1F227: hue angle of 79.21º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B1F227 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 242 | 39 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.05 |
| HSL | 79.21º | 0.89% | 0.55% | - |
| HSV(B) | 79.21º | 0.84% | 0.95% | - |
| XYZ | 50.25 | 73 | 13.36 | - |
| YUV | 199.42 | 37.47 | 112.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 242 | 39 | 0.27 | 0 | 0.84 | 0.05 | 79.21 | 0.89 | 0.55 |
| Hex | B1 | F2 | 27 | 1B | 0 | 54 | 5 | 4F | 59 | 37 |
| Octal | 261 | 362 | 47 | 33 | 0 | 124 | 5 | 117 | 131 | 67 |
| Binary | 10110001 | 11110010 | 100111 | 11011 | 0 | 1010100 | 101 | 1001111 | 1011001 | 110111 |
Color Harmonies of #B1F227
Complementary color
Monochromatic Colors of #B1F227
Black with #B1F227
Text Example
Text Example
White with #B1F227
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1F227; }
p { color: rgb(177,242,39); }
H1.HeaderClassName
{
color: #B1F227;
}
.AnyTagClassName
{
color: #B1F227;
}
</style>
background-color css
<style>
a { background-color: #B1F227; }
a { background-color: rgb(177,242,39); }
div.DivClassName
{
background-color: #B1F227;
}
.BgClassName
{
background-color: #B1F227;
}
</style>
border-color css
<style>
span { border-color: #B1F227; }
span { border-color: rgb(177,242,39); }
td.TdClassName
{
border-color: #B1F227;
}
.TagClassName
{
border-color: #B1F227;
}
</style>