Shades of Inch Worm #99D706
Tints of Inch Worm #99D706
RGB
CMYK
RGB Variations
Color information
#99D706 (or 0x99D706) is known color: Inch Worm. HEX triplet: 99, D7 and 06. RGB value is (153,215,6). Sum of RGB (Red+Green+Blue) = 153+215+6=374 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.91% from 374); Green value is 215 (84.38% from 255 or 57.49% from 374); Blue value is 6 (2.73% from 255 or 1.60% from 374); Max value from RGB is 215 - color contains mainly: green. Hex color #99D706 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D706 is #6628F9. Grayscale: #ADADAD. Windows color (decimal): -6695162 or 448409. OLE color: 448409.
HSL color Cylindrical-coordinate representation of color #99D706: hue angle of 77.8º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99D706 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 215 | 6 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.16 |
| HSL | 77.8º | 0.95% | 0.43% | - |
| HSV(B) | 77.8º | 0.97% | 0.84% | - |
| XYZ | 37.47 | 55.39 | 8.89 | - |
| YUV | 172.64 | 33.96 | 113.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 215 | 6 | 0.29 | 0 | 0.97 | 0.16 | 77.8 | 0.95 | 0.43 |
| Hex | 99 | D7 | 6 | 1D | 0 | 61 | 10 | 4E | 5F | 2B |
| Octal | 231 | 327 | 6 | 35 | 0 | 141 | 20 | 116 | 137 | 53 |
| Binary | 10011001 | 11010111 | 110 | 11101 | 0 | 1100001 | 10000 | 1001110 | 1011111 | 101011 |
Color Harmonies of #99D706
Complementary color
Monochromatic Colors of #99D706
Black with #99D706
Text Example
Text Example
White with #99D706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D706; }
p { color: rgb(153,215,6); }
H1.HeaderClassName
{
color: #99D706;
}
.AnyTagClassName
{
color: #99D706;
}
</style>
background-color css
<style>
a { background-color: #99D706; }
a { background-color: rgb(153,215,6); }
div.DivClassName
{
background-color: #99D706;
}
.BgClassName
{
background-color: #99D706;
}
</style>
border-color css
<style>
span { border-color: #99D706; }
span { border-color: rgb(153,215,6); }
td.TdClassName
{
border-color: #99D706;
}
.TagClassName
{
border-color: #99D706;
}
</style>