Shades of Inch Worm #B7DD1E
Tints of Inch Worm #B7DD1E
RGB
CMYK
RGB Variations
Color information
#B7DD1E (or 0xB7DD1E) is known color: Inch Worm. HEX triplet: B7, DD and 1E. RGB value is (183,221,30). Sum of RGB (Red+Green+Blue) = 183+221+30=434 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.17% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #B7DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7DD1E is #4822E1. Grayscale: #BCBCBC. Windows color (decimal): -4727522 or 2022839. OLE color: 2022839.
HSL color Cylindrical-coordinate representation of color #B7DD1E: hue angle of 71.94º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B7DD1E is Cyan = 0.17, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 183 | 221 | 30 | - |
| CMYK | 0.17 | 0 | 0.86 | 0.13 |
| HSL | 71.94º | 0.76% | 0.49% | - |
| HSV(B) | 71.94º | 0.86% | 0.87% | - |
| XYZ | 45.62 | 61.87 | 10.77 | - |
| YUV | 187.86 | 38.91 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 221 | 30 | 0.17 | 0 | 0.86 | 0.13 | 71.94 | 0.76 | 0.49 |
| Hex | B7 | DD | 1E | 11 | 0 | 56 | D | 48 | 4C | 31 |
| Octal | 267 | 335 | 36 | 21 | 0 | 126 | 15 | 110 | 114 | 61 |
| Binary | 10110111 | 11011101 | 11110 | 10001 | 0 | 1010110 | 1101 | 1001000 | 1001100 | 110001 |
Color Harmonies of #B7DD1E
Complementary color
Monochromatic Colors of #B7DD1E
Black with #B7DD1E
Text Example
Text Example
White with #B7DD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DD1E; }
p { color: rgb(183,221,30); }
H1.HeaderClassName
{
color: #B7DD1E;
}
.AnyTagClassName
{
color: #B7DD1E;
}
</style>
background-color css
<style>
a { background-color: #B7DD1E; }
a { background-color: rgb(183,221,30); }
div.DivClassName
{
background-color: #B7DD1E;
}
.BgClassName
{
background-color: #B7DD1E;
}
</style>
border-color css
<style>
span { border-color: #B7DD1E; }
span { border-color: rgb(183,221,30); }
td.TdClassName
{
border-color: #B7DD1E;
}
.TagClassName
{
border-color: #B7DD1E;
}
</style>