Shades of Inch Worm #99D307
Tints of Inch Worm #99D307
RGB
CMYK
RGB Variations
Color information
#99D307 (or 0x99D307) is known color: Inch Worm. HEX triplet: 99, D3 and 07. RGB value is (153,211,7). Sum of RGB (Red+Green+Blue) = 153+211+7=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 211 (82.81% from 255 or 56.87% from 371); Blue value is 7 (3.12% from 255 or 1.89% from 371); Max value from RGB is 211 - color contains mainly: green. Hex color #99D307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D307 is #662CF8. Grayscale: #ABABAB. Windows color (decimal): -6696185 or 512921. OLE color: 512921.
HSL color Cylindrical-coordinate representation of color #99D307: hue angle of 77.06º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #99D307 is Cyan = 0.27, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 7 | - |
| CMYK | 0.27 | 0 | 0.97 | 0.17 |
| HSL | 77.06º | 0.94% | 0.43% | - |
| HSV(B) | 77.06º | 0.97% | 0.83% | - |
| XYZ | 36.47 | 53.38 | 8.58 | - |
| YUV | 170.4 | 35.78 | 115.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 7 | 0.27 | 0 | 0.97 | 0.17 | 77.06 | 0.94 | 0.43 |
| Hex | 99 | D3 | 7 | 1B | 0 | 61 | 11 | 4D | 5E | 2B |
| Octal | 231 | 323 | 7 | 33 | 0 | 141 | 21 | 115 | 136 | 53 |
| Binary | 10011001 | 11010011 | 111 | 11011 | 0 | 1100001 | 10001 | 1001101 | 1011110 | 101011 |
Color Harmonies of #99D307
Complementary color
Monochromatic Colors of #99D307
Black with #99D307
Text Example
Text Example
White with #99D307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D307; }
p { color: rgb(153,211,7); }
H1.HeaderClassName
{
color: #99D307;
}
.AnyTagClassName
{
color: #99D307;
}
</style>
background-color css
<style>
a { background-color: #99D307; }
a { background-color: rgb(153,211,7); }
div.DivClassName
{
background-color: #99D307;
}
.BgClassName
{
background-color: #99D307;
}
</style>
border-color css
<style>
span { border-color: #99D307; }
span { border-color: rgb(153,211,7); }
td.TdClassName
{
border-color: #99D307;
}
.TagClassName
{
border-color: #99D307;
}
</style>