Shades of Inch Worm #99DC04
Tints of Inch Worm #99DC04
RGB
CMYK
RGB Variations
Color information
#99DC04 (or 0x99DC04) is known color: Inch Worm. HEX triplet: 99, DC and 04. RGB value is (153,220,4). Sum of RGB (Red+Green+Blue) = 153+220+4=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 220 (86.33% from 255 or 58.36% from 377); Blue value is 4 (1.95% from 255 or 1.06% from 377); Max value from RGB is 220 - color contains mainly: green. Hex color #99DC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99DC04 is #6623FB. Grayscale: #B0B0B0. Windows color (decimal): -6693884 or 318617. OLE color: 318617.
HSL color Cylindrical-coordinate representation of color #99DC04: hue angle of 78.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #99DC04 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 220 | 4 | - |
| CMYK | 0.30 | 0 | 0.98 | 0.14 |
| HSL | 78.61º | 0.96% | 0.44% | - |
| HSV(B) | 78.61º | 0.98% | 0.86% | - |
| XYZ | 38.75 | 57.97 | 9.26 | - |
| YUV | 175.34 | 31.3 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 220 | 4 | 0.30 | 0 | 0.98 | 0.14 | 78.61 | 0.96 | 0.44 |
| Hex | 99 | DC | 4 | 1E | 0 | 62 | E | 4F | 60 | 2C |
| Octal | 231 | 334 | 4 | 36 | 0 | 142 | 16 | 117 | 140 | 54 |
| Binary | 10011001 | 11011100 | 100 | 11110 | 0 | 1100010 | 1110 | 1001111 | 1100000 | 101100 |
Color Harmonies of #99DC04
Complementary color
Monochromatic Colors of #99DC04
Black with #99DC04
Text Example
Text Example
White with #99DC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DC04; }
p { color: rgb(153,220,4); }
H1.HeaderClassName
{
color: #99DC04;
}
.AnyTagClassName
{
color: #99DC04;
}
</style>
background-color css
<style>
a { background-color: #99DC04; }
a { background-color: rgb(153,220,4); }
div.DivClassName
{
background-color: #99DC04;
}
.BgClassName
{
background-color: #99DC04;
}
</style>
border-color css
<style>
span { border-color: #99DC04; }
span { border-color: rgb(153,220,4); }
td.TdClassName
{
border-color: #99DC04;
}
.TagClassName
{
border-color: #99DC04;
}
</style>