Shades of Green Yellow #B0ED39
Tints of Green Yellow #B0ED39
RGB
CMYK
RGB Variations
Color information
#B0ED39 (or 0xB0ED39) is known color: Green Yellow. HEX triplet: B0, ED and 39. RGB value is (176,237,57). Sum of RGB (Red+Green+Blue) = 176+237+57=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 237 (92.97% from 255 or 50.43% from 470); Blue value is 57 (22.66% from 255 or 12.13% from 470); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED39 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0ED39 is #4F12C6. Grayscale: #C6C6C6. Windows color (decimal): -5182151 or 3796400. OLE color: 3796400.
HSL color Cylindrical-coordinate representation of color #B0ED39: hue angle of 80.33º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0ED39 is Cyan = 0.26, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 57 | - |
| CMYK | 0.26 | 0 | 0.76 | 0.07 |
| HSL | 80.33º | 0.83% | 0.58% | - |
| HSV(B) | 80.33º | 0.76% | 0.93% | - |
| XYZ | 48.93 | 70.09 | 14.82 | - |
| YUV | 198.24 | 48.29 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 57 | 0.26 | 0 | 0.76 | 0.07 | 80.33 | 0.83 | 0.58 |
| Hex | B0 | ED | 39 | 1A | 0 | 4C | 7 | 50 | 53 | 3A |
| Octal | 260 | 355 | 71 | 32 | 0 | 114 | 7 | 120 | 123 | 72 |
| Binary | 10110000 | 11101101 | 111001 | 11010 | 0 | 1001100 | 111 | 1010000 | 1010011 | 111010 |
Color Harmonies of #B0ED39
Complementary color
Monochromatic Colors of #B0ED39
Black with #B0ED39
Text Example
Text Example
White with #B0ED39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ED39; }
p { color: rgb(176,237,57); }
H1.HeaderClassName
{
color: #B0ED39;
}
.AnyTagClassName
{
color: #B0ED39;
}
</style>
background-color css
<style>
a { background-color: #B0ED39; }
a { background-color: rgb(176,237,57); }
div.DivClassName
{
background-color: #B0ED39;
}
.BgClassName
{
background-color: #B0ED39;
}
</style>
border-color css
<style>
span { border-color: #B0ED39; }
span { border-color: rgb(176,237,57); }
td.TdClassName
{
border-color: #B0ED39;
}
.TagClassName
{
border-color: #B0ED39;
}
</style>