Shades of Inch Worm #B7DC0C
Tints of Inch Worm #B7DC0C
RGB
CMYK
RGB Variations
Color information
#B7DC0C (or 0xB7DC0C) is known color: Inch Worm. HEX triplet: B7, DC and 0C. RGB value is (183,220,12). Sum of RGB (Red+Green+Blue) = 183+220+12=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 220 (86.33% from 255 or 53.01% from 415); Blue value is 12 (5.08% from 255 or 2.89% from 415); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B7DC0C is #4823F3. Grayscale: #BABABA. Windows color (decimal): -4727796 or 842935. OLE color: 842935.
HSL color Cylindrical-coordinate representation of color #B7DC0C: hue angle of 70.67º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B7DC0C is Cyan = 0.17, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 12 | - |
| CMYK | 0.17 | 0 | 0.95 | 0.14 |
| HSL | 70.67º | 0.9% | 0.45% | - |
| HSV(B) | 70.67º | 0.95% | 0.86% | - |
| XYZ | 45.19 | 61.28 | 9.79 | - |
| YUV | 185.23 | 30.24 | 126.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 12 | 0.17 | 0 | 0.95 | 0.14 | 70.67 | 0.9 | 0.45 |
| Hex | B7 | DC | C | 11 | 0 | 5F | E | 47 | 5A | 2D |
| Octal | 267 | 334 | 14 | 21 | 0 | 137 | 16 | 107 | 132 | 55 |
| Binary | 10110111 | 11011100 | 1100 | 10001 | 0 | 1011111 | 1110 | 1000111 | 1011010 | 101101 |
Color Harmonies of #B7DC0C
Complementary color
Monochromatic Colors of #B7DC0C
Black with #B7DC0C
Text Example
Text Example
White with #B7DC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DC0C; }
p { color: rgb(183,220,12); }
H1.HeaderClassName
{
color: #B7DC0C;
}
.AnyTagClassName
{
color: #B7DC0C;
}
</style>
background-color css
<style>
a { background-color: #B7DC0C; }
a { background-color: rgb(183,220,12); }
div.DivClassName
{
background-color: #B7DC0C;
}
.BgClassName
{
background-color: #B7DC0C;
}
</style>
border-color css
<style>
span { border-color: #B7DC0C; }
span { border-color: rgb(183,220,12); }
td.TdClassName
{
border-color: #B7DC0C;
}
.TagClassName
{
border-color: #B7DC0C;
}
</style>