Shades of Inch Worm #99DC11
Tints of Inch Worm #99DC11
RGB
CMYK
RGB Variations
Color information
#99DC11 (or 0x99DC11) is known color: Inch Worm. HEX triplet: 99, DC and 11. RGB value is (153,220,17). Sum of RGB (Red+Green+Blue) = 153+220+17=390 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.23% from 390); Green value is 220 (86.33% from 255 or 56.41% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DC11 is #6623EE. Grayscale: #B1B1B1. Windows color (decimal): -6693871 or 1170585. OLE color: 1170585.
HSL color Cylindrical-coordinate representation of color #99DC11: hue angle of 79.8º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99DC11 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 17 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.14 |
| HSL | 79.8º | 0.86% | 0.46% | - |
| HSV(B) | 79.8º | 0.92% | 0.86% | - |
| XYZ | 38.83 | 58 | 9.68 | - |
| YUV | 176.83 | 37.8 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 17 | 0.30 | 0 | 0.92 | 0.14 | 79.8 | 0.86 | 0.46 |
| Hex | 99 | DC | 11 | 1E | 0 | 5C | E | 50 | 56 | 2E |
| Octal | 231 | 334 | 21 | 36 | 0 | 134 | 16 | 120 | 126 | 56 |
| Binary | 10011001 | 11011100 | 10001 | 11110 | 0 | 1011100 | 1110 | 1010000 | 1010110 | 101110 |
Color Harmonies of #99DC11
Complementary color
Monochromatic Colors of #99DC11
Black with #99DC11
Text Example
Text Example
White with #99DC11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC11; }
p { color: rgb(153,220,17); }
H1.HeaderClassName
{
color: #99DC11;
}
.AnyTagClassName
{
color: #99DC11;
}
</style>
background-color css
<style>
a { background-color: #99DC11; }
a { background-color: rgb(153,220,17); }
div.DivClassName
{
background-color: #99DC11;
}
.BgClassName
{
background-color: #99DC11;
}
</style>
border-color css
<style>
span { border-color: #99DC11; }
span { border-color: rgb(153,220,17); }
td.TdClassName
{
border-color: #99DC11;
}
.TagClassName
{
border-color: #99DC11;
}
</style>