Shades of Green Yellow #B0F432
Tints of Green Yellow #B0F432
RGB
CMYK
RGB Variations
Color information
#B0F432 (or 0xB0F432) is known color: Green Yellow. HEX triplet: B0, F4 and 32. RGB value is (176,244,50). Sum of RGB (Red+Green+Blue) = 176+244+50=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 50 (19.92% from 255 or 10.64% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #B0F432 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0F432 is #4F0BCD. Grayscale: #CACACA. Windows color (decimal): -5180366 or 3339440. OLE color: 3339440.
HSL color Cylindrical-coordinate representation of color #B0F432: hue angle of 81.03º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B0F432 is Cyan = 0.28, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 176 | 244 | 50 | - |
| CMYK | 0.28 | 0 | 0.80 | 0.04 |
| HSL | 81.03º | 0.9% | 0.58% | - |
| HSV(B) | 81.03º | 0.8% | 0.96% | - |
| XYZ | 50.83 | 74.16 | 14.65 | - |
| YUV | 201.55 | 42.47 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 244 | 50 | 0.28 | 0 | 0.80 | 0.04 | 81.03 | 0.9 | 0.58 |
| Hex | B0 | F4 | 32 | 1C | 0 | 50 | 4 | 51 | 5A | 3A |
| Octal | 260 | 364 | 62 | 34 | 0 | 120 | 4 | 121 | 132 | 72 |
| Binary | 10110000 | 11110100 | 110010 | 11100 | 0 | 1010000 | 100 | 1010001 | 1011010 | 111010 |
Color Harmonies of #B0F432
Complementary color
Monochromatic Colors of #B0F432
Black with #B0F432
Text Example
Text Example
White with #B0F432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0F432; }
p { color: rgb(176,244,50); }
H1.HeaderClassName
{
color: #B0F432;
}
.AnyTagClassName
{
color: #B0F432;
}
</style>
background-color css
<style>
a { background-color: #B0F432; }
a { background-color: rgb(176,244,50); }
div.DivClassName
{
background-color: #B0F432;
}
.BgClassName
{
background-color: #B0F432;
}
</style>
border-color css
<style>
span { border-color: #B0F432; }
span { border-color: rgb(176,244,50); }
td.TdClassName
{
border-color: #B0F432;
}
.TagClassName
{
border-color: #B0F432;
}
</style>