Shades of Inch Worm #B7DC0D
Tints of Inch Worm #B7DC0D
RGB
CMYK
RGB Variations
Color information
#B7DC0D (or 0xB7DC0D) is known color: Inch Worm. HEX triplet: B7, DC and 0D. RGB value is (183,220,13). Sum of RGB (Red+Green+Blue) = 183+220+13=416 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.99% from 416); Green value is 220 (86.33% from 255 or 52.88% from 416); Blue value is 13 (5.47% from 255 or 3.12% from 416); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC0D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DC0D is #4823F2. Grayscale: #BABABA. Windows color (decimal): -4727795 or 908471. OLE color: 908471.
HSL color Cylindrical-coordinate representation of color #B7DC0D: hue angle of 70.72º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7DC0D is Cyan = 0.17, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 13 | - |
| CMYK | 0.17 | 0 | 0.94 | 0.14 |
| HSL | 70.72º | 0.89% | 0.46% | - |
| HSV(B) | 70.72º | 0.94% | 0.86% | - |
| XYZ | 45.19 | 61.28 | 9.83 | - |
| YUV | 185.34 | 30.74 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 13 | 0.17 | 0 | 0.94 | 0.14 | 70.72 | 0.89 | 0.46 |
| Hex | B7 | DC | D | 11 | 0 | 5E | E | 47 | 59 | 2E |
| Octal | 267 | 334 | 15 | 21 | 0 | 136 | 16 | 107 | 131 | 56 |
| Binary | 10110111 | 11011100 | 1101 | 10001 | 0 | 1011110 | 1110 | 1000111 | 1011001 | 101110 |
Color Harmonies of #B7DC0D
Complementary color
Monochromatic Colors of #B7DC0D
Black with #B7DC0D
Text Example
Text Example
White with #B7DC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC0D; }
p { color: rgb(183,220,13); }
H1.HeaderClassName
{
color: #B7DC0D;
}
.AnyTagClassName
{
color: #B7DC0D;
}
</style>
background-color css
<style>
a { background-color: #B7DC0D; }
a { background-color: rgb(183,220,13); }
div.DivClassName
{
background-color: #B7DC0D;
}
.BgClassName
{
background-color: #B7DC0D;
}
</style>
border-color css
<style>
span { border-color: #B7DC0D; }
span { border-color: rgb(183,220,13); }
td.TdClassName
{
border-color: #B7DC0D;
}
.TagClassName
{
border-color: #B7DC0D;
}
</style>