Shades of Inch Worm #B7DB16
Tints of Inch Worm #B7DB16
RGB
CMYK
RGB Variations
Color information
#B7DB16 (or 0xB7DB16) is known color: Inch Worm. HEX triplet: B7, DB and 16. RGB value is (183,219,22). Sum of RGB (Red+Green+Blue) = 183+219+22=424 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.16% from 424); Green value is 219 (85.94% from 255 or 51.65% from 424); Blue value is 22 (8.98% from 255 or 5.19% from 424); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DB16 is #4824E9. Grayscale: #BABABA. Windows color (decimal): -4728042 or 1498039. OLE color: 1498039.
HSL color Cylindrical-coordinate representation of color #B7DB16: hue angle of 70.96º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7DB16 is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 22 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.14 |
| HSL | 70.96º | 0.82% | 0.47% | - |
| HSV(B) | 70.96º | 0.9% | 0.86% | - |
| XYZ | 45 | 60.79 | 10.12 | - |
| YUV | 185.78 | 35.57 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 22 | 0.16 | 0 | 0.90 | 0.14 | 70.96 | 0.82 | 0.47 |
| Hex | B7 | DB | 16 | 10 | 0 | 5A | E | 47 | 52 | 2F |
| Octal | 267 | 333 | 26 | 20 | 0 | 132 | 16 | 107 | 122 | 57 |
| Binary | 10110111 | 11011011 | 10110 | 10000 | 0 | 1011010 | 1110 | 1000111 | 1010010 | 101111 |
Color Harmonies of #B7DB16
Complementary color
Monochromatic Colors of #B7DB16
Black with #B7DB16
Text Example
Text Example
White with #B7DB16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB16; }
p { color: rgb(183,219,22); }
H1.HeaderClassName
{
color: #B7DB16;
}
.AnyTagClassName
{
color: #B7DB16;
}
</style>
background-color css
<style>
a { background-color: #B7DB16; }
a { background-color: rgb(183,219,22); }
div.DivClassName
{
background-color: #B7DB16;
}
.BgClassName
{
background-color: #B7DB16;
}
</style>
border-color css
<style>
span { border-color: #B7DB16; }
span { border-color: rgb(183,219,22); }
td.TdClassName
{
border-color: #B7DB16;
}
.TagClassName
{
border-color: #B7DB16;
}
</style>