Shades of Inch Worm #B0E613
Tints of Inch Worm #B0E613
RGB
CMYK
RGB Variations
Color information
#B0E613 (or 0xB0E613) is known color: Inch Worm. HEX triplet: B0, E6 and 13. RGB value is (176,230,19). Sum of RGB (Red+Green+Blue) = 176+230+19=425 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.41% from 425); Green value is 230 (90.23% from 255 or 54.12% from 425); Blue value is 19 (7.81% from 255 or 4.47% from 425); Max value from RGB is 230 - color contains mainly: green. Hex color #B0E613 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #B0E613 is #4F19EC. Grayscale: #BEBEBE. Windows color (decimal): -5183981 or 1304240. OLE color: 1304240.
HSL color Cylindrical-coordinate representation of color #B0E613: hue angle of 75.36º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B0E613 is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 176 | 230 | 19 | - |
| CMYK | 0.23 | 0 | 0.92 | 0.10 |
| HSL | 75.36º | 0.85% | 0.49% | - |
| HSV(B) | 75.36º | 0.92% | 0.9% | - |
| XYZ | 46.32 | 65.87 | 10.89 | - |
| YUV | 189.8 | 31.61 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 230 | 19 | 0.23 | 0 | 0.92 | 0.10 | 75.36 | 0.85 | 0.49 |
| Hex | B0 | E6 | 13 | 17 | 0 | 5C | A | 4B | 55 | 31 |
| Octal | 260 | 346 | 23 | 27 | 0 | 134 | 12 | 113 | 125 | 61 |
| Binary | 10110000 | 11100110 | 10011 | 10111 | 0 | 1011100 | 1010 | 1001011 | 1010101 | 110001 |
Color Harmonies of #B0E613
Complementary color
Monochromatic Colors of #B0E613
Black with #B0E613
Text Example
Text Example
White with #B0E613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E613; }
p { color: rgb(176,230,19); }
H1.HeaderClassName
{
color: #B0E613;
}
.AnyTagClassName
{
color: #B0E613;
}
</style>
background-color css
<style>
a { background-color: #B0E613; }
a { background-color: rgb(176,230,19); }
div.DivClassName
{
background-color: #B0E613;
}
.BgClassName
{
background-color: #B0E613;
}
</style>
border-color css
<style>
span { border-color: #B0E613; }
span { border-color: rgb(176,230,19); }
td.TdClassName
{
border-color: #B0E613;
}
.TagClassName
{
border-color: #B0E613;
}
</style>