Shades of Inch Worm #B7DB0F
Tints of Inch Worm #B7DB0F
RGB
CMYK
RGB Variations
Color information
#B7DB0F (or 0xB7DB0F) is known color: Inch Worm. HEX triplet: B7, DB and 0F. RGB value is (183,219,15). Sum of RGB (Red+Green+Blue) = 183+219+15=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 219 (85.94% from 255 or 52.52% from 417); Blue value is 15 (6.25% from 255 or 3.60% from 417); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DB0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DB0F is #4824F0. Grayscale: #B9B9B9. Windows color (decimal): -4728049 or 1039287. OLE color: 1039287.
HSL color Cylindrical-coordinate representation of color #B7DB0F: hue angle of 70.59º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7DB0F is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 15 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.14 |
| HSL | 70.59º | 0.87% | 0.46% | - |
| HSV(B) | 70.59º | 0.93% | 0.86% | - |
| XYZ | 44.95 | 60.76 | 9.81 | - |
| YUV | 184.98 | 32.07 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 15 | 0.16 | 0 | 0.93 | 0.14 | 70.59 | 0.87 | 0.46 |
| Hex | B7 | DB | F | 10 | 0 | 5D | E | 47 | 57 | 2E |
| Octal | 267 | 333 | 17 | 20 | 0 | 135 | 16 | 107 | 127 | 56 |
| Binary | 10110111 | 11011011 | 1111 | 10000 | 0 | 1011101 | 1110 | 1000111 | 1010111 | 101110 |
Color Harmonies of #B7DB0F
Complementary color
Monochromatic Colors of #B7DB0F
Black with #B7DB0F
Text Example
Text Example
White with #B7DB0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DB0F; }
p { color: rgb(183,219,15); }
H1.HeaderClassName
{
color: #B7DB0F;
}
.AnyTagClassName
{
color: #B7DB0F;
}
</style>
background-color css
<style>
a { background-color: #B7DB0F; }
a { background-color: rgb(183,219,15); }
div.DivClassName
{
background-color: #B7DB0F;
}
.BgClassName
{
background-color: #B7DB0F;
}
</style>
border-color css
<style>
span { border-color: #B7DB0F; }
span { border-color: rgb(183,219,15); }
td.TdClassName
{
border-color: #B7DB0F;
}
.TagClassName
{
border-color: #B7DB0F;
}
</style>