Shades of Inch Worm #B0ED0A
Tints of Inch Worm #B0ED0A
RGB
CMYK
RGB Variations
Color information
#B0ED0A (or 0xB0ED0A) is known color: Inch Worm. HEX triplet: B0, ED and 0A. RGB value is (176,237,10). Sum of RGB (Red+Green+Blue) = 176+237+10=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 237 (92.97% from 255 or 56.03% from 423); Blue value is 10 (4.30% from 255 or 2.36% from 423); Max value from RGB is 237 - color contains mainly: green. Hex color #B0ED0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0ED0A is #4F12F5. Grayscale: #C1C1C1. Windows color (decimal): -5182198 or 716208. OLE color: 716208.
HSL color Cylindrical-coordinate representation of color #B0ED0A: hue angle of 76.12º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B0ED0A is Cyan = 0.26, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 237 | 10 | - |
| CMYK | 0.26 | 0 | 0.96 | 0.07 |
| HSL | 76.12º | 0.92% | 0.48% | - |
| HSV(B) | 76.12º | 0.96% | 0.93% | - |
| XYZ | 48.24 | 69.82 | 11.22 | - |
| YUV | 192.88 | 24.79 | 115.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 10 | 0.26 | 0 | 0.96 | 0.07 | 76.12 | 0.92 | 0.48 |
| Hex | B0 | ED | A | 1A | 0 | 60 | 7 | 4C | 5C | 30 |
| Octal | 260 | 355 | 12 | 32 | 0 | 140 | 7 | 114 | 134 | 60 |
| Binary | 10110000 | 11101101 | 1010 | 11010 | 0 | 1100000 | 111 | 1001100 | 1011100 | 110000 |
Color Harmonies of #B0ED0A
Complementary color
Monochromatic Colors of #B0ED0A
Black with #B0ED0A
Text Example
Text Example
White with #B0ED0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0ED0A; }
p { color: rgb(176,237,10); }
H1.HeaderClassName
{
color: #B0ED0A;
}
.AnyTagClassName
{
color: #B0ED0A;
}
</style>
background-color css
<style>
a { background-color: #B0ED0A; }
a { background-color: rgb(176,237,10); }
div.DivClassName
{
background-color: #B0ED0A;
}
.BgClassName
{
background-color: #B0ED0A;
}
</style>
border-color css
<style>
span { border-color: #B0ED0A; }
span { border-color: rgb(176,237,10); }
td.TdClassName
{
border-color: #B0ED0A;
}
.TagClassName
{
border-color: #B0ED0A;
}
</style>