Shades of Inch Worm #B7DB13
Tints of Inch Worm #B7DB13
RGB
CMYK
RGB Variations
Color information
#B7DB13 (or 0xB7DB13) is known color: Inch Worm. HEX triplet: B7, DB and 13. RGB value is (183,219,19). Sum of RGB (Red+Green+Blue) = 183+219+19=421 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.47% from 421); Green value is 219 (85.94% from 255 or 52.02% from 421); Blue value is 19 (7.81% from 255 or 4.51% from 421); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DB13 is #4824EC. Grayscale: #BABABA. Windows color (decimal): -4728045 or 1301431. OLE color: 1301431.
HSL color Cylindrical-coordinate representation of color #B7DB13: hue angle of 70.8º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7DB13 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 19 | - |
| CMYK | 0.16 | 0 | 0.91 | 0.14 |
| HSL | 70.8º | 0.84% | 0.47% | - |
| HSV(B) | 70.8º | 0.91% | 0.86% | - |
| XYZ | 44.98 | 60.78 | 9.98 | - |
| YUV | 185.44 | 34.07 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 19 | 0.16 | 0 | 0.91 | 0.14 | 70.8 | 0.84 | 0.47 |
| Hex | B7 | DB | 13 | 10 | 0 | 5B | E | 47 | 54 | 2F |
| Octal | 267 | 333 | 23 | 20 | 0 | 133 | 16 | 107 | 124 | 57 |
| Binary | 10110111 | 11011011 | 10011 | 10000 | 0 | 1011011 | 1110 | 1000111 | 1010100 | 101111 |
Color Harmonies of #B7DB13
Complementary color
Monochromatic Colors of #B7DB13
Black with #B7DB13
Text Example
Text Example
White with #B7DB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB13; }
p { color: rgb(183,219,19); }
H1.HeaderClassName
{
color: #B7DB13;
}
.AnyTagClassName
{
color: #B7DB13;
}
</style>
background-color css
<style>
a { background-color: #B7DB13; }
a { background-color: rgb(183,219,19); }
div.DivClassName
{
background-color: #B7DB13;
}
.BgClassName
{
background-color: #B7DB13;
}
</style>
border-color css
<style>
span { border-color: #B7DB13; }
span { border-color: rgb(183,219,19); }
td.TdClassName
{
border-color: #B7DB13;
}
.TagClassName
{
border-color: #B7DB13;
}
</style>