Shades of Inch Worm #99D515
Tints of Inch Worm #99D515
RGB
CMYK
RGB Variations
Color information
#99D515 (or 0x99D515) is known color: Inch Worm. HEX triplet: 99, D5 and 15. RGB value is (153,213,21). Sum of RGB (Red+Green+Blue) = 153+213+21=387 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.53% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 21 (8.59% from 255 or 5.43% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #99D515 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D515 is #662AEA. Grayscale: #ADADAD. Windows color (decimal): -6695659 or 1430937. OLE color: 1430937.
HSL color Cylindrical-coordinate representation of color #99D515: hue angle of 78.75º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99D515 is Cyan = 0.28, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 21 | - |
| CMYK | 0.28 | 0 | 0.90 | 0.16 |
| HSL | 78.75º | 0.82% | 0.46% | - |
| HSV(B) | 78.75º | 0.9% | 0.84% | - |
| XYZ | 37.07 | 54.41 | 9.26 | - |
| YUV | 173.17 | 42.12 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 21 | 0.28 | 0 | 0.90 | 0.16 | 78.75 | 0.82 | 0.46 |
| Hex | 99 | D5 | 15 | 1C | 0 | 5A | 10 | 4F | 52 | 2E |
| Octal | 231 | 325 | 25 | 34 | 0 | 132 | 20 | 117 | 122 | 56 |
| Binary | 10011001 | 11010101 | 10101 | 11100 | 0 | 1011010 | 10000 | 1001111 | 1010010 | 101110 |
Color Harmonies of #99D515
Complementary color
Monochromatic Colors of #99D515
Black with #99D515
Text Example
Text Example
White with #99D515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D515; }
p { color: rgb(153,213,21); }
H1.HeaderClassName
{
color: #99D515;
}
.AnyTagClassName
{
color: #99D515;
}
</style>
background-color css
<style>
a { background-color: #99D515; }
a { background-color: rgb(153,213,21); }
div.DivClassName
{
background-color: #99D515;
}
.BgClassName
{
background-color: #99D515;
}
</style>
border-color css
<style>
span { border-color: #99D515; }
span { border-color: rgb(153,213,21); }
td.TdClassName
{
border-color: #99D515;
}
.TagClassName
{
border-color: #99D515;
}
</style>