Shades of Inch Worm #99D711
Tints of Inch Worm #99D711
RGB
CMYK
RGB Variations
Color information
#99D711 (or 0x99D711) is known color: Inch Worm. HEX triplet: 99, D7 and 11. RGB value is (153,215,17). Sum of RGB (Red+Green+Blue) = 153+215+17=385 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.74% from 385); Green value is 215 (84.38% from 255 or 55.84% from 385); Blue value is 17 (7.03% from 255 or 4.42% from 385); Max value from RGB is 215 - color contains mainly: green. Hex color #99D711 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D711 is #6628EE. Grayscale: #AEAEAE. Windows color (decimal): -6695151 or 1169305. OLE color: 1169305.
HSL color Cylindrical-coordinate representation of color #99D711: hue angle of 78.79º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #99D711 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 17 | - |
| CMYK | 0.29 | 0 | 0.92 | 0.16 |
| HSL | 78.79º | 0.85% | 0.45% | - |
| HSV(B) | 78.79º | 0.92% | 0.84% | - |
| XYZ | 37.54 | 55.41 | 9.25 | - |
| YUV | 173.89 | 39.46 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 17 | 0.29 | 0 | 0.92 | 0.16 | 78.79 | 0.85 | 0.45 |
| Hex | 99 | D7 | 11 | 1D | 0 | 5C | 10 | 4F | 55 | 2D |
| Octal | 231 | 327 | 21 | 35 | 0 | 134 | 20 | 117 | 125 | 55 |
| Binary | 10011001 | 11010111 | 10001 | 11101 | 0 | 1011100 | 10000 | 1001111 | 1010101 | 101101 |
Color Harmonies of #99D711
Complementary color
Monochromatic Colors of #99D711
Black with #99D711
Text Example
Text Example
White with #99D711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D711; }
p { color: rgb(153,215,17); }
H1.HeaderClassName
{
color: #99D711;
}
.AnyTagClassName
{
color: #99D711;
}
</style>
background-color css
<style>
a { background-color: #99D711; }
a { background-color: rgb(153,215,17); }
div.DivClassName
{
background-color: #99D711;
}
.BgClassName
{
background-color: #99D711;
}
</style>
border-color css
<style>
span { border-color: #99D711; }
span { border-color: rgb(153,215,17); }
td.TdClassName
{
border-color: #99D711;
}
.TagClassName
{
border-color: #99D711;
}
</style>