Shades of Green Yellow #B0EA32
Tints of Green Yellow #B0EA32
RGB
CMYK
RGB Variations
Color information
#B0EA32 (or 0xB0EA32) is known color: Green Yellow. HEX triplet: B0, EA and 32. RGB value is (176,234,50). Sum of RGB (Red+Green+Blue) = 176+234+50=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 234 (91.80% from 255 or 50.87% from 460); Blue value is 50 (19.92% from 255 or 10.87% from 460); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EA32 is #4F15CD. Grayscale: #C4C4C4. Windows color (decimal): -5182926 or 3336880. OLE color: 3336880.
HSL color Cylindrical-coordinate representation of color #B0EA32: hue angle of 78.91º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0EA32 is Cyan = 0.25, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 50 | - |
| CMYK | 0.25 | 0 | 0.79 | 0.08 |
| HSL | 78.91º | 0.81% | 0.56% | - |
| HSV(B) | 78.91º | 0.79% | 0.92% | - |
| XYZ | 47.9 | 68.31 | 13.68 | - |
| YUV | 195.68 | 45.78 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 50 | 0.25 | 0 | 0.79 | 0.08 | 78.91 | 0.81 | 0.56 |
| Hex | B0 | EA | 32 | 19 | 0 | 4F | 8 | 4F | 51 | 38 |
| Octal | 260 | 352 | 62 | 31 | 0 | 117 | 10 | 117 | 121 | 70 |
| Binary | 10110000 | 11101010 | 110010 | 11001 | 0 | 1001111 | 1000 | 1001111 | 1010001 | 111000 |
Color Harmonies of #B0EA32
Complementary color
Monochromatic Colors of #B0EA32
Black with #B0EA32
Text Example
Text Example
White with #B0EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EA32; }
p { color: rgb(176,234,50); }
H1.HeaderClassName
{
color: #B0EA32;
}
.AnyTagClassName
{
color: #B0EA32;
}
</style>
background-color css
<style>
a { background-color: #B0EA32; }
a { background-color: rgb(176,234,50); }
div.DivClassName
{
background-color: #B0EA32;
}
.BgClassName
{
background-color: #B0EA32;
}
</style>
border-color css
<style>
span { border-color: #B0EA32; }
span { border-color: rgb(176,234,50); }
td.TdClassName
{
border-color: #B0EA32;
}
.TagClassName
{
border-color: #B0EA32;
}
</style>