Shades of Green Yellow #B2F127
Tints of Green Yellow #B2F127
RGB
CMYK
RGB Variations
Color information
#B2F127 (or 0xB2F127) is known color: Green Yellow. HEX triplet: B2, F1 and 27. RGB value is (178,241,39). Sum of RGB (Red+Green+Blue) = 178+241+39=458 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.86% from 458); Green value is 241 (94.53% from 255 or 52.62% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F127 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B2F127 is #4D0ED8. Grayscale: #C7C7C7. Windows color (decimal): -5050073 or 2617778. OLE color: 2617778.
HSL color Cylindrical-coordinate representation of color #B2F127: hue angle of 78.71º degrees, saturation: 0.88, 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 #B2F127 is Cyan = 0.26, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 39 | - |
| CMYK | 0.26 | 0 | 0.84 | 0.05 |
| HSL | 78.71º | 0.88% | 0.55% | - |
| HSV(B) | 78.71º | 0.84% | 0.95% | - |
| XYZ | 50.18 | 72.52 | 13.27 | - |
| YUV | 199.14 | 37.63 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 39 | 0.26 | 0 | 0.84 | 0.05 | 78.71 | 0.88 | 0.55 |
| Hex | B2 | F1 | 27 | 1A | 0 | 54 | 5 | 4F | 58 | 37 |
| Octal | 262 | 361 | 47 | 32 | 0 | 124 | 5 | 117 | 130 | 67 |
| Binary | 10110010 | 11110001 | 100111 | 11010 | 0 | 1010100 | 101 | 1001111 | 1011000 | 110111 |
Color Harmonies of #B2F127
Complementary color
Monochromatic Colors of #B2F127
Black with #B2F127
Text Example
Text Example
White with #B2F127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F127; }
p { color: rgb(178,241,39); }
H1.HeaderClassName
{
color: #B2F127;
}
.AnyTagClassName
{
color: #B2F127;
}
</style>
background-color css
<style>
a { background-color: #B2F127; }
a { background-color: rgb(178,241,39); }
div.DivClassName
{
background-color: #B2F127;
}
.BgClassName
{
background-color: #B2F127;
}
</style>
border-color css
<style>
span { border-color: #B2F127; }
span { border-color: rgb(178,241,39); }
td.TdClassName
{
border-color: #B2F127;
}
.TagClassName
{
border-color: #B2F127;
}
</style>