Shades of Inch Worm #99DC15
Tints of Inch Worm #99DC15
RGB
CMYK
RGB Variations
Color information
#99DC15 (or 0x99DC15) is known color: Inch Worm. HEX triplet: 99, DC and 15. RGB value is (153,220,21). Sum of RGB (Red+Green+Blue) = 153+220+21=394 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.83% from 394); Green value is 220 (86.33% from 255 or 55.84% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DC15 is #6623EA. Grayscale: #B2B2B2. Windows color (decimal): -6693867 or 1432729. OLE color: 1432729.
HSL color Cylindrical-coordinate representation of color #99DC15: hue angle of 80.2º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99DC15 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 21 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.14 |
| HSL | 80.2º | 0.83% | 0.47% | - |
| HSV(B) | 80.2º | 0.9% | 0.86% | - |
| XYZ | 38.87 | 58.01 | 9.86 | - |
| YUV | 177.28 | 39.8 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 21 | 0.30 | 0 | 0.90 | 0.14 | 80.2 | 0.83 | 0.47 |
| Hex | 99 | DC | 15 | 1E | 0 | 5A | E | 50 | 53 | 2F |
| Octal | 231 | 334 | 25 | 36 | 0 | 132 | 16 | 120 | 123 | 57 |
| Binary | 10011001 | 11011100 | 10101 | 11110 | 0 | 1011010 | 1110 | 1010000 | 1010011 | 101111 |
Color Harmonies of #99DC15
Complementary color
Monochromatic Colors of #99DC15
Black with #99DC15
Text Example
Text Example
White with #99DC15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC15; }
p { color: rgb(153,220,21); }
H1.HeaderClassName
{
color: #99DC15;
}
.AnyTagClassName
{
color: #99DC15;
}
</style>
background-color css
<style>
a { background-color: #99DC15; }
a { background-color: rgb(153,220,21); }
div.DivClassName
{
background-color: #99DC15;
}
.BgClassName
{
background-color: #99DC15;
}
</style>
border-color css
<style>
span { border-color: #99DC15; }
span { border-color: rgb(153,220,21); }
td.TdClassName
{
border-color: #99DC15;
}
.TagClassName
{
border-color: #99DC15;
}
</style>