Shades of Green Yellow #B0F441
Tints of Green Yellow #B0F441
RGB
CMYK
RGB Variations
Color information
#B0F441 (or 0xB0F441) is known color: Green Yellow. HEX triplet: B0, F4 and 41. RGB value is (176,244,65). Sum of RGB (Red+Green+Blue) = 176+244+65=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 244 (95.70% from 255 or 50.31% from 485); Blue value is 65 (25.78% from 255 or 13.40% from 485); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F441 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F441 is #4F0BBE. Grayscale: #CBCBCB. Windows color (decimal): -5180351 or 4322480. OLE color: 4322480.
HSL color Cylindrical-coordinate representation of color #B0F441: hue angle of 82.79º degrees, saturation: 0.89, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B0F441 is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 65 | - |
| CMYK | 0.28 | 0 | 0.73 | 0.04 |
| HSL | 82.79º | 0.89% | 0.61% | - |
| HSV(B) | 82.79º | 0.73% | 0.96% | - |
| XYZ | 51.21 | 74.31 | 16.65 | - |
| YUV | 203.26 | 49.97 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 65 | 0.28 | 0 | 0.73 | 0.04 | 82.79 | 0.89 | 0.61 |
| Hex | B0 | F4 | 41 | 1C | 0 | 49 | 4 | 53 | 59 | 3D |
| Octal | 260 | 364 | 101 | 34 | 0 | 111 | 4 | 123 | 131 | 75 |
| Binary | 10110000 | 11110100 | 1000001 | 11100 | 0 | 1001001 | 100 | 1010011 | 1011001 | 111101 |
Color Harmonies of #B0F441
Complementary color
Monochromatic Colors of #B0F441
Black with #B0F441
Text Example
Text Example
White with #B0F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F441; }
p { color: rgb(176,244,65); }
H1.HeaderClassName
{
color: #B0F441;
}
.AnyTagClassName
{
color: #B0F441;
}
</style>
background-color css
<style>
a { background-color: #B0F441; }
a { background-color: rgb(176,244,65); }
div.DivClassName
{
background-color: #B0F441;
}
.BgClassName
{
background-color: #B0F441;
}
</style>
border-color css
<style>
span { border-color: #B0F441; }
span { border-color: rgb(176,244,65); }
td.TdClassName
{
border-color: #B0F441;
}
.TagClassName
{
border-color: #B0F441;
}
</style>