Shades of Inch Worm #94DF19
Tints of Inch Worm #94DF19
RGB
CMYK
RGB Variations
Color information
#94DF19 (or 0x94DF19) is known color: Inch Worm. HEX triplet: 94, DF and 19. RGB value is (148,223,25). Sum of RGB (Red+Green+Blue) = 148+223+25=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 25 (10.16% from 255 or 6.31% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DF19 is #6B20E6. Grayscale: #B2B2B2. Windows color (decimal): -7020775 or 1695636. OLE color: 1695636.
HSL color Cylindrical-coordinate representation of color #94DF19: hue angle of 82.73º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94DF19 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 25 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.13 |
| HSL | 82.73º | 0.8% | 0.49% | - |
| HSV(B) | 82.73º | 0.89% | 0.87% | - |
| XYZ | 38.78 | 59.14 | 10.29 | - |
| YUV | 178 | 41.65 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 25 | 0.34 | 0 | 0.89 | 0.13 | 82.73 | 0.8 | 0.49 |
| Hex | 94 | DF | 19 | 22 | 0 | 59 | D | 53 | 50 | 31 |
| Octal | 224 | 337 | 31 | 42 | 0 | 131 | 15 | 123 | 120 | 61 |
| Binary | 10010100 | 11011111 | 11001 | 100010 | 0 | 1011001 | 1101 | 1010011 | 1010000 | 110001 |
Color Harmonies of #94DF19
Complementary color
Monochromatic Colors of #94DF19
Black with #94DF19
Text Example
Text Example
White with #94DF19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF19; }
p { color: rgb(148,223,25); }
H1.HeaderClassName
{
color: #94DF19;
}
.AnyTagClassName
{
color: #94DF19;
}
</style>
background-color css
<style>
a { background-color: #94DF19; }
a { background-color: rgb(148,223,25); }
div.DivClassName
{
background-color: #94DF19;
}
.BgClassName
{
background-color: #94DF19;
}
</style>
border-color css
<style>
span { border-color: #94DF19; }
span { border-color: rgb(148,223,25); }
td.TdClassName
{
border-color: #94DF19;
}
.TagClassName
{
border-color: #94DF19;
}
</style>