Shades of Inch Worm #B7DC17
Tints of Inch Worm #B7DC17
RGB
CMYK
RGB Variations
Color information
#B7DC17 (or 0xB7DC17) is known color: Inch Worm. HEX triplet: B7, DC and 17. RGB value is (183,220,23). Sum of RGB (Red+Green+Blue) = 183+220+23=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 220 (86.33% from 255 or 51.64% from 426); Blue value is 23 (9.38% from 255 or 5.40% from 426); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DC17 is #4823E8. Grayscale: #BBBBBB. Windows color (decimal): -4727785 or 1563831. OLE color: 1563831.
HSL color Cylindrical-coordinate representation of color #B7DC17: hue angle of 71.27º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7DC17 is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 23 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.14 |
| HSL | 71.27º | 0.81% | 0.48% | - |
| HSV(B) | 71.27º | 0.9% | 0.86% | - |
| XYZ | 45.28 | 61.32 | 10.26 | - |
| YUV | 186.48 | 35.74 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 23 | 0.17 | 0 | 0.90 | 0.14 | 71.27 | 0.81 | 0.48 |
| Hex | B7 | DC | 17 | 11 | 0 | 5A | E | 47 | 51 | 30 |
| Octal | 267 | 334 | 27 | 21 | 0 | 132 | 16 | 107 | 121 | 60 |
| Binary | 10110111 | 11011100 | 10111 | 10001 | 0 | 1011010 | 1110 | 1000111 | 1010001 | 110000 |
Color Harmonies of #B7DC17
Complementary color
Monochromatic Colors of #B7DC17
Black with #B7DC17
Text Example
Text Example
White with #B7DC17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC17; }
p { color: rgb(183,220,23); }
H1.HeaderClassName
{
color: #B7DC17;
}
.AnyTagClassName
{
color: #B7DC17;
}
</style>
background-color css
<style>
a { background-color: #B7DC17; }
a { background-color: rgb(183,220,23); }
div.DivClassName
{
background-color: #B7DC17;
}
.BgClassName
{
background-color: #B7DC17;
}
</style>
border-color css
<style>
span { border-color: #B7DC17; }
span { border-color: rgb(183,220,23); }
td.TdClassName
{
border-color: #B7DC17;
}
.TagClassName
{
border-color: #B7DC17;
}
</style>