Shades of Inch Worm #99D50C
Tints of Inch Worm #99D50C
RGB
CMYK
RGB Variations
Color information
#99D50C (or 0x99D50C) is known color: Inch Worm. HEX triplet: 99, D5 and 0C. RGB value is (153,213,12). Sum of RGB (Red+Green+Blue) = 153+213+12=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 213 (83.59% from 255 or 56.35% from 378); Blue value is 12 (5.08% from 255 or 3.17% from 378); Max value from RGB is 213 - color contains mainly: green. Hex color #99D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D50C is #662AF3. Grayscale: #ACACAC. Windows color (decimal): -6695668 or 841113. OLE color: 841113.
HSL color Cylindrical-coordinate representation of color #99D50C: hue angle of 77.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99D50C is Cyan = 0.28, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 213 | 12 | - |
| CMYK | 0.28 | 0 | 0.94 | 0.16 |
| HSL | 77.91º | 0.89% | 0.44% | - |
| HSV(B) | 77.91º | 0.94% | 0.84% | - |
| XYZ | 37 | 54.39 | 8.9 | - |
| YUV | 172.15 | 37.62 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 213 | 12 | 0.28 | 0 | 0.94 | 0.16 | 77.91 | 0.89 | 0.44 |
| Hex | 99 | D5 | C | 1C | 0 | 5E | 10 | 4E | 59 | 2C |
| Octal | 231 | 325 | 14 | 34 | 0 | 136 | 20 | 116 | 131 | 54 |
| Binary | 10011001 | 11010101 | 1100 | 11100 | 0 | 1011110 | 10000 | 1001110 | 1011001 | 101100 |
Color Harmonies of #99D50C
Complementary color
Monochromatic Colors of #99D50C
Black with #99D50C
Text Example
Text Example
White with #99D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D50C; }
p { color: rgb(153,213,12); }
H1.HeaderClassName
{
color: #99D50C;
}
.AnyTagClassName
{
color: #99D50C;
}
</style>
background-color css
<style>
a { background-color: #99D50C; }
a { background-color: rgb(153,213,12); }
div.DivClassName
{
background-color: #99D50C;
}
.BgClassName
{
background-color: #99D50C;
}
</style>
border-color css
<style>
span { border-color: #99D50C; }
span { border-color: rgb(153,213,12); }
td.TdClassName
{
border-color: #99D50C;
}
.TagClassName
{
border-color: #99D50C;
}
</style>