Shades of Inch Worm #99D30C
Tints of Inch Worm #99D30C
RGB
CMYK
RGB Variations
Color information
#99D30C (or 0x99D30C) is known color: Inch Worm. HEX triplet: 99, D3 and 0C. RGB value is (153,211,12). Sum of RGB (Red+Green+Blue) = 153+211+12=376 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.69% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 12 (5.08% from 255 or 3.19% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #99D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #99D30C is #662CF3. Grayscale: #ABABAB. Windows color (decimal): -6696180 or 840601. OLE color: 840601.
HSL color Cylindrical-coordinate representation of color #99D30C: hue angle of 77.49º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #99D30C is Cyan = 0.27, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 153 | 211 | 12 | - |
| CMYK | 0.27 | 0 | 0.94 | 0.17 |
| HSL | 77.49º | 0.89% | 0.44% | - |
| HSV(B) | 77.49º | 0.94% | 0.83% | - |
| XYZ | 36.5 | 53.39 | 8.73 | - |
| YUV | 170.97 | 38.28 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 211 | 12 | 0.27 | 0 | 0.94 | 0.17 | 77.49 | 0.89 | 0.44 |
| Hex | 99 | D3 | C | 1B | 0 | 5E | 11 | 4D | 59 | 2C |
| Octal | 231 | 323 | 14 | 33 | 0 | 136 | 21 | 115 | 131 | 54 |
| Binary | 10011001 | 11010011 | 1100 | 11011 | 0 | 1011110 | 10001 | 1001101 | 1011001 | 101100 |
Color Harmonies of #99D30C
Complementary color
Monochromatic Colors of #99D30C
Black with #99D30C
Text Example
Text Example
White with #99D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D30C; }
p { color: rgb(153,211,12); }
H1.HeaderClassName
{
color: #99D30C;
}
.AnyTagClassName
{
color: #99D30C;
}
</style>
background-color css
<style>
a { background-color: #99D30C; }
a { background-color: rgb(153,211,12); }
div.DivClassName
{
background-color: #99D30C;
}
.BgClassName
{
background-color: #99D30C;
}
</style>
border-color css
<style>
span { border-color: #99D30C; }
span { border-color: rgb(153,211,12); }
td.TdClassName
{
border-color: #99D30C;
}
.TagClassName
{
border-color: #99D30C;
}
</style>