Shades of Inch Worm #B7E005
Tints of Inch Worm #B7E005
RGB
CMYK
RGB Variations
Color information
#B7E005 (or 0xB7E005) is known color: Inch Worm. HEX triplet: B7, E0 and 05. RGB value is (183,224,5). Sum of RGB (Red+Green+Blue) = 183+224+5=412 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.42% from 412); Green value is 224 (87.89% from 255 or 54.37% from 412); Blue value is 5 (2.34% from 255 or 1.21% from 412); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E005 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7E005 is #481FFA. Grayscale: #BBBBBB. Windows color (decimal): -4726779 or 385207. OLE color: 385207.
HSL color Cylindrical-coordinate representation of color #B7E005: hue angle of 71.23º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7E005 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 5 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.12 |
| HSL | 71.23º | 0.96% | 0.45% | - |
| HSV(B) | 71.23º | 0.98% | 0.88% | - |
| XYZ | 46.21 | 63.39 | 9.94 | - |
| YUV | 186.78 | 25.42 | 125.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 5 | 0.18 | 0 | 0.98 | 0.12 | 71.23 | 0.96 | 0.45 |
| Hex | B7 | E0 | 5 | 12 | 0 | 62 | C | 47 | 60 | 2D |
| Octal | 267 | 340 | 5 | 22 | 0 | 142 | 14 | 107 | 140 | 55 |
| Binary | 10110111 | 11100000 | 101 | 10010 | 0 | 1100010 | 1100 | 1000111 | 1100000 | 101101 |
Color Harmonies of #B7E005
Complementary color
Monochromatic Colors of #B7E005
Black with #B7E005
Text Example
Text Example
White with #B7E005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E005; }
p { color: rgb(183,224,5); }
H1.HeaderClassName
{
color: #B7E005;
}
.AnyTagClassName
{
color: #B7E005;
}
</style>
background-color css
<style>
a { background-color: #B7E005; }
a { background-color: rgb(183,224,5); }
div.DivClassName
{
background-color: #B7E005;
}
.BgClassName
{
background-color: #B7E005;
}
</style>
border-color css
<style>
span { border-color: #B7E005; }
span { border-color: rgb(183,224,5); }
td.TdClassName
{
border-color: #B7E005;
}
.TagClassName
{
border-color: #B7E005;
}
</style>