Shades of Green Yellow #B0EC3D
Tints of Green Yellow #B0EC3D
RGB
CMYK
RGB Variations
Color information
#B0EC3D (or 0xB0EC3D) is known color: Green Yellow. HEX triplet: B0, EC and 3D. RGB value is (176,236,61). Sum of RGB (Red+Green+Blue) = 176+236+61=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 236 (92.58% from 255 or 49.89% from 473); Blue value is 61 (24.22% from 255 or 12.90% from 473); Max value from RGB is 236 - color contains mainly: green. Hex color #B0EC3D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #B0EC3D is #4F13C2. Grayscale: #C6C6C6. Windows color (decimal): -5182403 or 4058288. OLE color: 4058288.
HSL color Cylindrical-coordinate representation of color #B0EC3D: hue angle of 80.57º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B0EC3D is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 236 | 61 | - |
| CMYK | 0.25 | 0 | 0.74 | 0.07 |
| HSL | 80.57º | 0.82% | 0.58% | - |
| HSV(B) | 80.57º | 0.74% | 0.93% | - |
| XYZ | 48.74 | 69.56 | 15.27 | - |
| YUV | 198.11 | 50.62 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 236 | 61 | 0.25 | 0 | 0.74 | 0.07 | 80.57 | 0.82 | 0.58 |
| Hex | B0 | EC | 3D | 19 | 0 | 4A | 7 | 51 | 52 | 3A |
| Octal | 260 | 354 | 75 | 31 | 0 | 112 | 7 | 121 | 122 | 72 |
| Binary | 10110000 | 11101100 | 111101 | 11001 | 0 | 1001010 | 111 | 1010001 | 1010010 | 111010 |
Color Harmonies of #B0EC3D
Complementary color
Monochromatic Colors of #B0EC3D
Black with #B0EC3D
Text Example
Text Example
White with #B0EC3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EC3D; }
p { color: rgb(176,236,61); }
H1.HeaderClassName
{
color: #B0EC3D;
}
.AnyTagClassName
{
color: #B0EC3D;
}
</style>
background-color css
<style>
a { background-color: #B0EC3D; }
a { background-color: rgb(176,236,61); }
div.DivClassName
{
background-color: #B0EC3D;
}
.BgClassName
{
background-color: #B0EC3D;
}
</style>
border-color css
<style>
span { border-color: #B0EC3D; }
span { border-color: rgb(176,236,61); }
td.TdClassName
{
border-color: #B0EC3D;
}
.TagClassName
{
border-color: #B0EC3D;
}
</style>