Shades of Inch Worm #B7D805
Tints of Inch Worm #B7D805
RGB
CMYK
RGB Variations
Color information
#B7D805 (or 0xB7D805) is known color: Inch Worm. HEX triplet: B7, D8 and 05. RGB value is (183,216,5). Sum of RGB (Red+Green+Blue) = 183+216+5=404 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.30% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 5 (2.34% from 255 or 1.24% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #B7D805 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7D805 is #4827FA. Grayscale: #B6B6B6. Windows color (decimal): -4728827 or 383159. OLE color: 383159.
HSL color Cylindrical-coordinate representation of color #B7D805: hue angle of 69.38º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B7D805 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 183 | 216 | 5 | - |
| CMYK | 0.15 | 0 | 0.98 | 0.15 |
| HSL | 69.38º | 0.95% | 0.43% | - |
| HSV(B) | 69.38º | 0.98% | 0.85% | - |
| XYZ | 44.11 | 59.19 | 9.24 | - |
| YUV | 182.08 | 28.07 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 216 | 5 | 0.15 | 0 | 0.98 | 0.15 | 69.38 | 0.95 | 0.43 |
| Hex | B7 | D8 | 5 | F | 0 | 62 | F | 45 | 5F | 2B |
| Octal | 267 | 330 | 5 | 17 | 0 | 142 | 17 | 105 | 137 | 53 |
| Binary | 10110111 | 11011000 | 101 | 1111 | 0 | 1100010 | 1111 | 1000101 | 1011111 | 101011 |
Color Harmonies of #B7D805
Complementary color
Monochromatic Colors of #B7D805
Black with #B7D805
Text Example
Text Example
White with #B7D805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D805; }
p { color: rgb(183,216,5); }
H1.HeaderClassName
{
color: #B7D805;
}
.AnyTagClassName
{
color: #B7D805;
}
</style>
background-color css
<style>
a { background-color: #B7D805; }
a { background-color: rgb(183,216,5); }
div.DivClassName
{
background-color: #B7D805;
}
.BgClassName
{
background-color: #B7D805;
}
</style>
border-color css
<style>
span { border-color: #B7D805; }
span { border-color: rgb(183,216,5); }
td.TdClassName
{
border-color: #B7D805;
}
.TagClassName
{
border-color: #B7D805;
}
</style>