Shades of Green Yellow #B0F226
Tints of Green Yellow #B0F226
RGB
CMYK
RGB Variations
Color information
#B0F226 (or 0xB0F226) is known color: Green Yellow. HEX triplet: B0, F2 and 26. RGB value is (176,242,38). Sum of RGB (Red+Green+Blue) = 176+242+38=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #B0F226 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F226 is #4F0DD9. Grayscale: #C7C7C7. Windows color (decimal): -5180890 or 2552496. OLE color: 2552496.
HSL color Cylindrical-coordinate representation of color #B0F226: hue angle of 79.41º 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 #B0F226 is Cyan = 0.27, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 242 | 38 | - |
| CMYK | 0.27 | 0 | 0.84 | 0.05 |
| HSL | 79.41º | 0.89% | 0.55% | - |
| HSV(B) | 79.41º | 0.84% | 0.95% | - |
| XYZ | 50.01 | 72.87 | 13.26 | - |
| YUV | 199.01 | 37.13 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 242 | 38 | 0.27 | 0 | 0.84 | 0.05 | 79.41 | 0.89 | 0.55 |
| Hex | B0 | F2 | 26 | 1B | 0 | 54 | 5 | 4F | 59 | 37 |
| Octal | 260 | 362 | 46 | 33 | 0 | 124 | 5 | 117 | 131 | 67 |
| Binary | 10110000 | 11110010 | 100110 | 11011 | 0 | 1010100 | 101 | 1001111 | 1011001 | 110111 |
Color Harmonies of #B0F226
Complementary color
Monochromatic Colors of #B0F226
Black with #B0F226
Text Example
Text Example
White with #B0F226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F226; }
p { color: rgb(176,242,38); }
H1.HeaderClassName
{
color: #B0F226;
}
.AnyTagClassName
{
color: #B0F226;
}
</style>
background-color css
<style>
a { background-color: #B0F226; }
a { background-color: rgb(176,242,38); }
div.DivClassName
{
background-color: #B0F226;
}
.BgClassName
{
background-color: #B0F226;
}
</style>
border-color css
<style>
span { border-color: #B0F226; }
span { border-color: rgb(176,242,38); }
td.TdClassName
{
border-color: #B0F226;
}
.TagClassName
{
border-color: #B0F226;
}
</style>