Shades of Inch Worm #B8EC10
Tints of Inch Worm #B8EC10
RGB
CMYK
RGB Variations
Color information
#B8EC10 (or 0xB8EC10) is known color: Inch Worm. HEX triplet: B8, EC and 10. RGB value is (184,236,16). Sum of RGB (Red+Green+Blue) = 184+236+16=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 236 (92.58% from 255 or 54.13% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 236 - color contains mainly: green. Hex color #B8EC10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #B8EC10 is #4713EF. Grayscale: #C4C4C4. Windows color (decimal): -4658160 or 1109176. OLE color: 1109176.
HSL color Cylindrical-coordinate representation of color #B8EC10: hue angle of 74.18º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B8EC10 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 236 | 16 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.07 |
| HSL | 74.18º | 0.87% | 0.49% | - |
| HSV(B) | 74.18º | 0.93% | 0.93% | - |
| XYZ | 49.86 | 70.22 | 11.42 | - |
| YUV | 195.37 | 26.77 | 119.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 16 | 0.22 | 0 | 0.93 | 0.07 | 74.18 | 0.87 | 0.49 |
| Hex | B8 | EC | 10 | 16 | 0 | 5D | 7 | 4A | 57 | 31 |
| Octal | 270 | 354 | 20 | 26 | 0 | 135 | 7 | 112 | 127 | 61 |
| Binary | 10111000 | 11101100 | 10000 | 10110 | 0 | 1011101 | 111 | 1001010 | 1010111 | 110001 |
Color Harmonies of #B8EC10
Complementary color
Monochromatic Colors of #B8EC10
Black with #B8EC10
Text Example
Text Example
White with #B8EC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EC10; }
p { color: rgb(184,236,16); }
H1.HeaderClassName
{
color: #B8EC10;
}
.AnyTagClassName
{
color: #B8EC10;
}
</style>
background-color css
<style>
a { background-color: #B8EC10; }
a { background-color: rgb(184,236,16); }
div.DivClassName
{
background-color: #B8EC10;
}
.BgClassName
{
background-color: #B8EC10;
}
</style>
border-color css
<style>
span { border-color: #B8EC10; }
span { border-color: rgb(184,236,16); }
td.TdClassName
{
border-color: #B8EC10;
}
.TagClassName
{
border-color: #B8EC10;
}
</style>