Shades of Inch Worm #99D705
Tints of Inch Worm #99D705
RGB
CMYK
RGB Variations
Color information
#99D705 (or 0x99D705) is known color: Inch Worm. HEX triplet: 99, D7 and 05. RGB value is (153,215,5). Sum of RGB (Red+Green+Blue) = 153+215+5=373 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.02% from 373); Green value is 215 (84.38% from 255 or 57.64% from 373); Blue value is 5 (2.34% from 255 or 1.34% from 373); Max value from RGB is 215 - color contains mainly: green. Hex color #99D705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D705 is #6628FA. Grayscale: #ADADAD. Windows color (decimal): -6695163 or 382873. OLE color: 382873.
HSL color Cylindrical-coordinate representation of color #99D705: hue angle of 77.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99D705 is Cyan = 0.29, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 5 | - |
| CMYK | 0.29 | 0 | 0.98 | 0.16 |
| HSL | 77.71º | 0.95% | 0.43% | - |
| HSV(B) | 77.71º | 0.98% | 0.84% | - |
| XYZ | 37.46 | 55.38 | 8.86 | - |
| YUV | 172.52 | 33.46 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 5 | 0.29 | 0 | 0.98 | 0.16 | 77.71 | 0.95 | 0.43 |
| Hex | 99 | D7 | 5 | 1D | 0 | 62 | 10 | 4E | 5F | 2B |
| Octal | 231 | 327 | 5 | 35 | 0 | 142 | 20 | 116 | 137 | 53 |
| Binary | 10011001 | 11010111 | 101 | 11101 | 0 | 1100010 | 10000 | 1001110 | 1011111 | 101011 |
Color Harmonies of #99D705
Complementary color
Monochromatic Colors of #99D705
Black with #99D705
Text Example
Text Example
White with #99D705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D705; }
p { color: rgb(153,215,5); }
H1.HeaderClassName
{
color: #99D705;
}
.AnyTagClassName
{
color: #99D705;
}
</style>
background-color css
<style>
a { background-color: #99D705; }
a { background-color: rgb(153,215,5); }
div.DivClassName
{
background-color: #99D705;
}
.BgClassName
{
background-color: #99D705;
}
</style>
border-color css
<style>
span { border-color: #99D705; }
span { border-color: rgb(153,215,5); }
td.TdClassName
{
border-color: #99D705;
}
.TagClassName
{
border-color: #99D705;
}
</style>