Shades of Inch Worm #9DF319
Tints of Inch Worm #9DF319
RGB
CMYK
RGB Variations
Color information
#9DF319 (or 0x9DF319) is known color: Inch Worm. HEX triplet: 9D, F3 and 19. RGB value is (157,243,25). Sum of RGB (Red+Green+Blue) = 157+243+25=425 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.94% from 425); Green value is 243 (95.31% from 255 or 57.18% from 425); Blue value is 25 (10.16% from 255 or 5.88% from 425); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF319 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9DF319 is #620CE6. Grayscale: #C1C1C1. Windows color (decimal): -6425831 or 1700765. OLE color: 1700765.
HSL color Cylindrical-coordinate representation of color #9DF319: hue angle of 83.67º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DF319 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 157 | 243 | 25 | - |
| CMYK | 0.35 | 0 | 0.90 | 0.05 |
| HSL | 83.67º | 0.9% | 0.53% | - |
| HSV(B) | 83.67º | 0.9% | 0.95% | - |
| XYZ | 46.13 | 71.34 | 12.26 | - |
| YUV | 192.43 | 33.51 | 102.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 243 | 25 | 0.35 | 0 | 0.90 | 0.05 | 83.67 | 0.9 | 0.53 |
| Hex | 9D | F3 | 19 | 23 | 0 | 5A | 5 | 54 | 5A | 35 |
| Octal | 235 | 363 | 31 | 43 | 0 | 132 | 5 | 124 | 132 | 65 |
| Binary | 10011101 | 11110011 | 11001 | 100011 | 0 | 1011010 | 101 | 1010100 | 1011010 | 110101 |
Color Harmonies of #9DF319
Complementary color
Monochromatic Colors of #9DF319
Black with #9DF319
Text Example
Text Example
White with #9DF319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DF319; }
p { color: rgb(157,243,25); }
H1.HeaderClassName
{
color: #9DF319;
}
.AnyTagClassName
{
color: #9DF319;
}
</style>
background-color css
<style>
a { background-color: #9DF319; }
a { background-color: rgb(157,243,25); }
div.DivClassName
{
background-color: #9DF319;
}
.BgClassName
{
background-color: #9DF319;
}
</style>
border-color css
<style>
span { border-color: #9DF319; }
span { border-color: rgb(157,243,25); }
td.TdClassName
{
border-color: #9DF319;
}
.TagClassName
{
border-color: #9DF319;
}
</style>