Shades of Inch Worm #B0E915
Tints of Inch Worm #B0E915
RGB
CMYK
RGB Variations
Color information
#B0E915 (or 0xB0E915) is known color: Inch Worm. HEX triplet: B0, E9 and 15. RGB value is (176,233,21). Sum of RGB (Red+Green+Blue) = 176+233+21=430 (56% of max value = 765). Red value is 176 (69.14% from 255 or 40.93% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 21 (8.59% from 255 or 4.88% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #B0E915 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E915 is #4F16EA. Grayscale: #C0C0C0. Windows color (decimal): -5183211 or 1436080. OLE color: 1436080.
HSL color Cylindrical-coordinate representation of color #B0E915: hue angle of 76.13º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B0E915 is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 233 | 21 | - |
| CMYK | 0.24 | 0 | 0.91 | 0.09 |
| HSL | 76.13º | 0.83% | 0.5% | - |
| HSV(B) | 76.13º | 0.91% | 0.91% | - |
| XYZ | 47.18 | 67.56 | 11.26 | - |
| YUV | 191.79 | 31.62 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 233 | 21 | 0.24 | 0 | 0.91 | 0.09 | 76.13 | 0.83 | 0.5 |
| Hex | B0 | E9 | 15 | 18 | 0 | 5B | 9 | 4C | 53 | 32 |
| Octal | 260 | 351 | 25 | 30 | 0 | 133 | 11 | 114 | 123 | 62 |
| Binary | 10110000 | 11101001 | 10101 | 11000 | 0 | 1011011 | 1001 | 1001100 | 1010011 | 110010 |
Color Harmonies of #B0E915
Complementary color
Monochromatic Colors of #B0E915
Black with #B0E915
Text Example
Text Example
White with #B0E915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E915; }
p { color: rgb(176,233,21); }
H1.HeaderClassName
{
color: #B0E915;
}
.AnyTagClassName
{
color: #B0E915;
}
</style>
background-color css
<style>
a { background-color: #B0E915; }
a { background-color: rgb(176,233,21); }
div.DivClassName
{
background-color: #B0E915;
}
.BgClassName
{
background-color: #B0E915;
}
</style>
border-color css
<style>
span { border-color: #B0E915; }
span { border-color: rgb(176,233,21); }
td.TdClassName
{
border-color: #B0E915;
}
.TagClassName
{
border-color: #B0E915;
}
</style>