Shades of Inch Worm #99D811
Tints of Inch Worm #99D811
RGB
CMYK
RGB Variations
Color information
#99D811 (or 0x99D811) is known color: Inch Worm. HEX triplet: 99, D8 and 11. RGB value is (153,216,17). Sum of RGB (Red+Green+Blue) = 153+216+17=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 216 (84.77% from 255 or 55.96% from 386); Blue value is 17 (7.03% from 255 or 4.40% from 386); Max value from RGB is 216 - color contains mainly: green. Hex color #99D811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D811 is #6627EE. Grayscale: #AFAFAF. Windows color (decimal): -6694895 or 1169561. OLE color: 1169561.
HSL color Cylindrical-coordinate representation of color #99D811: hue angle of 78.99º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99D811 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 17 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.15 |
| HSL | 78.99º | 0.85% | 0.46% | - |
| HSV(B) | 78.99º | 0.92% | 0.85% | - |
| XYZ | 37.79 | 55.92 | 9.33 | - |
| YUV | 174.48 | 39.13 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 17 | 0.29 | 0 | 0.92 | 0.15 | 78.99 | 0.85 | 0.46 |
| Hex | 99 | D8 | 11 | 1D | 0 | 5C | F | 4F | 55 | 2E |
| Octal | 231 | 330 | 21 | 35 | 0 | 134 | 17 | 117 | 125 | 56 |
| Binary | 10011001 | 11011000 | 10001 | 11101 | 0 | 1011100 | 1111 | 1001111 | 1010101 | 101110 |
Color Harmonies of #99D811
Complementary color
Monochromatic Colors of #99D811
Black with #99D811
Text Example
Text Example
White with #99D811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D811; }
p { color: rgb(153,216,17); }
H1.HeaderClassName
{
color: #99D811;
}
.AnyTagClassName
{
color: #99D811;
}
</style>
background-color css
<style>
a { background-color: #99D811; }
a { background-color: rgb(153,216,17); }
div.DivClassName
{
background-color: #99D811;
}
.BgClassName
{
background-color: #99D811;
}
</style>
border-color css
<style>
span { border-color: #99D811; }
span { border-color: rgb(153,216,17); }
td.TdClassName
{
border-color: #99D811;
}
.TagClassName
{
border-color: #99D811;
}
</style>