Shades of Inch Worm #B6E513
Tints of Inch Worm #B6E513
RGB
CMYK
RGB Variations
Color information
#B6E513 (or 0xB6E513) is known color: Inch Worm. HEX triplet: B6, E5 and 13. RGB value is (182,229,19). Sum of RGB (Red+Green+Blue) = 182+229+19=430 (56% of max value = 765). Red value is 182 (71.48% from 255 or 42.33% from 430); Green value is 229 (89.84% from 255 or 53.26% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 229 - color contains mainly: green. Hex color #B6E513 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6E513 is #491AEC. Grayscale: #BFBFBF. Windows color (decimal): -4791021 or 1303990. OLE color: 1303990.
HSL color Cylindrical-coordinate representation of color #B6E513: hue angle of 73.43º 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 #B6E513 is Cyan = 0.21, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 182 | 229 | 19 | - |
| CMYK | 0.21 | 0 | 0.92 | 0.10 |
| HSL | 73.43º | 0.85% | 0.49% | - |
| HSV(B) | 73.43º | 0.92% | 0.9% | - |
| XYZ | 47.43 | 66.03 | 10.86 | - |
| YUV | 191.01 | 30.93 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 229 | 19 | 0.21 | 0 | 0.92 | 0.10 | 73.43 | 0.85 | 0.49 |
| Hex | B6 | E5 | 13 | 15 | 0 | 5C | A | 49 | 55 | 31 |
| Octal | 266 | 345 | 23 | 25 | 0 | 134 | 12 | 111 | 125 | 61 |
| Binary | 10110110 | 11100101 | 10011 | 10101 | 0 | 1011100 | 1010 | 1001001 | 1010101 | 110001 |
Color Harmonies of #B6E513
Complementary color
Monochromatic Colors of #B6E513
Black with #B6E513
Text Example
Text Example
White with #B6E513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E513; }
p { color: rgb(182,229,19); }
H1.HeaderClassName
{
color: #B6E513;
}
.AnyTagClassName
{
color: #B6E513;
}
</style>
background-color css
<style>
a { background-color: #B6E513; }
a { background-color: rgb(182,229,19); }
div.DivClassName
{
background-color: #B6E513;
}
.BgClassName
{
background-color: #B6E513;
}
</style>
border-color css
<style>
span { border-color: #B6E513; }
span { border-color: rgb(182,229,19); }
td.TdClassName
{
border-color: #B6E513;
}
.TagClassName
{
border-color: #B6E513;
}
</style>