Shades of Inch Worm #98D50C
Tints of Inch Worm #98D50C
RGB
CMYK
RGB Variations
Color information
#98D50C (or 0x98D50C) is known color: Inch Worm. HEX triplet: 98, D5 and 0C. RGB value is (152,213,12). Sum of RGB (Red+Green+Blue) = 152+213+12=377 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.32% from 377); Green value is 213 (83.59% from 255 or 56.50% from 377); Blue value is 12 (5.08% from 255 or 3.18% from 377); Max value from RGB is 213 - color contains mainly: green. Hex color #98D50C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #98D50C is #672AF3. Grayscale: #ACACAC. Windows color (decimal): -6761204 or 841112. OLE color: 841112.
HSL color Cylindrical-coordinate representation of color #98D50C: hue angle of 78.21º 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 #98D50C is Cyan = 0.29, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 213 | 12 | - |
| CMYK | 0.29 | 0 | 0.94 | 0.16 |
| HSL | 78.21º | 0.89% | 0.44% | - |
| HSV(B) | 78.21º | 0.94% | 0.84% | - |
| XYZ | 36.81 | 54.29 | 8.89 | - |
| YUV | 171.85 | 37.79 | 113.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 213 | 12 | 0.29 | 0 | 0.94 | 0.16 | 78.21 | 0.89 | 0.44 |
| Hex | 98 | D5 | C | 1D | 0 | 5E | 10 | 4E | 59 | 2C |
| Octal | 230 | 325 | 14 | 35 | 0 | 136 | 20 | 116 | 131 | 54 |
| Binary | 10011000 | 11010101 | 1100 | 11101 | 0 | 1011110 | 10000 | 1001110 | 1011001 | 101100 |
Color Harmonies of #98D50C
Complementary color
Monochromatic Colors of #98D50C
Black with #98D50C
Text Example
Text Example
White with #98D50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D50C; }
p { color: rgb(152,213,12); }
H1.HeaderClassName
{
color: #98D50C;
}
.AnyTagClassName
{
color: #98D50C;
}
</style>
background-color css
<style>
a { background-color: #98D50C; }
a { background-color: rgb(152,213,12); }
div.DivClassName
{
background-color: #98D50C;
}
.BgClassName
{
background-color: #98D50C;
}
</style>
border-color css
<style>
span { border-color: #98D50C; }
span { border-color: rgb(152,213,12); }
td.TdClassName
{
border-color: #98D50C;
}
.TagClassName
{
border-color: #98D50C;
}
</style>