Shades of Inch Worm #B7DC14
Tints of Inch Worm #B7DC14
RGB
CMYK
RGB Variations
Color information
#B7DC14 (or 0xB7DC14) is known color: Inch Worm. HEX triplet: B7, DC and 14. RGB value is (183,220,20). Sum of RGB (Red+Green+Blue) = 183+220+20=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 20 (8.20% from 255 or 4.73% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DC14 is #4823EB. Grayscale: #BABABA. Windows color (decimal): -4727788 or 1367223. OLE color: 1367223.
HSL color Cylindrical-coordinate representation of color #B7DC14: hue angle of 71.1º degrees, saturation: 0.83, 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 #B7DC14 is Cyan = 0.17, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 20 | - |
| CMYK | 0.17 | 0 | 0.91 | 0.14 |
| HSL | 71.1º | 0.83% | 0.47% | - |
| HSV(B) | 71.1º | 0.91% | 0.86% | - |
| XYZ | 45.25 | 61.3 | 10.11 | - |
| YUV | 186.14 | 34.24 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 20 | 0.17 | 0 | 0.91 | 0.14 | 71.1 | 0.83 | 0.47 |
| Hex | B7 | DC | 14 | 11 | 0 | 5B | E | 47 | 53 | 2F |
| Octal | 267 | 334 | 24 | 21 | 0 | 133 | 16 | 107 | 123 | 57 |
| Binary | 10110111 | 11011100 | 10100 | 10001 | 0 | 1011011 | 1110 | 1000111 | 1010011 | 101111 |
Color Harmonies of #B7DC14
Complementary color
Monochromatic Colors of #B7DC14
Black with #B7DC14
Text Example
Text Example
White with #B7DC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC14; }
p { color: rgb(183,220,20); }
H1.HeaderClassName
{
color: #B7DC14;
}
.AnyTagClassName
{
color: #B7DC14;
}
</style>
background-color css
<style>
a { background-color: #B7DC14; }
a { background-color: rgb(183,220,20); }
div.DivClassName
{
background-color: #B7DC14;
}
.BgClassName
{
background-color: #B7DC14;
}
</style>
border-color css
<style>
span { border-color: #B7DC14; }
span { border-color: rgb(183,220,20); }
td.TdClassName
{
border-color: #B7DC14;
}
.TagClassName
{
border-color: #B7DC14;
}
</style>