Shades of Green Yellow #B0F032
Tints of Green Yellow #B0F032
RGB
CMYK
RGB Variations
Color information
#B0F032 (or 0xB0F032) is known color: Green Yellow. HEX triplet: B0, F0 and 32. RGB value is (176,240,50). Sum of RGB (Red+Green+Blue) = 176+240+50=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 50 (19.92% from 255 or 10.73% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #B0F032 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F032 is #4F0FCD. Grayscale: #C7C7C7. Windows color (decimal): -5181390 or 3338416. OLE color: 3338416.
HSL color Cylindrical-coordinate representation of color #B0F032: hue angle of 80.21º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0F032 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 240 | 50 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.06 |
| HSL | 80.21º | 0.86% | 0.57% | - |
| HSV(B) | 80.21º | 0.79% | 0.94% | - |
| XYZ | 49.64 | 71.78 | 14.26 | - |
| YUV | 199.2 | 43.8 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 240 | 50 | 0.27 | 0 | 0.79 | 0.06 | 80.21 | 0.86 | 0.57 |
| Hex | B0 | F0 | 32 | 1B | 0 | 4F | 6 | 50 | 56 | 39 |
| Octal | 260 | 360 | 62 | 33 | 0 | 117 | 6 | 120 | 126 | 71 |
| Binary | 10110000 | 11110000 | 110010 | 11011 | 0 | 1001111 | 110 | 1010000 | 1010110 | 111001 |
Color Harmonies of #B0F032
Complementary color
Monochromatic Colors of #B0F032
Black with #B0F032
Text Example
Text Example
White with #B0F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F032; }
p { color: rgb(176,240,50); }
H1.HeaderClassName
{
color: #B0F032;
}
.AnyTagClassName
{
color: #B0F032;
}
</style>
background-color css
<style>
a { background-color: #B0F032; }
a { background-color: rgb(176,240,50); }
div.DivClassName
{
background-color: #B0F032;
}
.BgClassName
{
background-color: #B0F032;
}
</style>
border-color css
<style>
span { border-color: #B0F032; }
span { border-color: rgb(176,240,50); }
td.TdClassName
{
border-color: #B0F032;
}
.TagClassName
{
border-color: #B0F032;
}
</style>