Shades of Green Yellow #B5EA32
Tints of Green Yellow #B5EA32
RGB
CMYK
RGB Variations
Color information
#B5EA32 (or 0xB5EA32) is known color: Green Yellow. HEX triplet: B5, EA and 32. RGB value is (181,234,50). Sum of RGB (Red+Green+Blue) = 181+234+50=465 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.92% from 465); Green value is 234 (91.80% from 255 or 50.32% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 234 - color contains mainly: green. Hex color #B5EA32 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B5EA32 is #4A15CD. Grayscale: #C5C5C5. Windows color (decimal): -4855246 or 3336885. OLE color: 3336885.
HSL color Cylindrical-coordinate representation of color #B5EA32: hue angle of 77.28º 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 #B5EA32 is Cyan = 0.23, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 181 | 234 | 50 | - |
| CMYK | 0.23 | 0 | 0.79 | 0.08 |
| HSL | 77.28º | 0.81% | 0.56% | - |
| HSV(B) | 77.28º | 0.79% | 0.92% | - |
| XYZ | 49.05 | 68.9 | 13.73 | - |
| YUV | 197.18 | 44.94 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 234 | 50 | 0.23 | 0 | 0.79 | 0.08 | 77.28 | 0.81 | 0.56 |
| Hex | B5 | EA | 32 | 17 | 0 | 4F | 8 | 4D | 51 | 38 |
| Octal | 265 | 352 | 62 | 27 | 0 | 117 | 10 | 115 | 121 | 70 |
| Binary | 10110101 | 11101010 | 110010 | 10111 | 0 | 1001111 | 1000 | 1001101 | 1010001 | 111000 |
Color Harmonies of #B5EA32
Complementary color
Monochromatic Colors of #B5EA32
Black with #B5EA32
Text Example
Text Example
White with #B5EA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5EA32; }
p { color: rgb(181,234,50); }
H1.HeaderClassName
{
color: #B5EA32;
}
.AnyTagClassName
{
color: #B5EA32;
}
</style>
background-color css
<style>
a { background-color: #B5EA32; }
a { background-color: rgb(181,234,50); }
div.DivClassName
{
background-color: #B5EA32;
}
.BgClassName
{
background-color: #B5EA32;
}
</style>
border-color css
<style>
span { border-color: #B5EA32; }
span { border-color: rgb(181,234,50); }
td.TdClassName
{
border-color: #B5EA32;
}
.TagClassName
{
border-color: #B5EA32;
}
</style>