Shades of Inch Worm #94DF18
Tints of Inch Worm #94DF18
RGB
CMYK
RGB Variations
Color information
#94DF18 (or 0x94DF18) is known color: Inch Worm. HEX triplet: 94, DF and 18. RGB value is (148,223,24). Sum of RGB (Red+Green+Blue) = 148+223+24=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 223 (87.5% from 255 or 56.46% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF18 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DF18 is #6B20E7. Grayscale: #B2B2B2. Windows color (decimal): -7020776 or 1630100. OLE color: 1630100.
HSL color Cylindrical-coordinate representation of color #94DF18: hue angle of 82.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #94DF18 is Cyan = 0.34, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 148 | 223 | 24 | - |
| CMYK | 0.34 | 0 | 0.89 | 0.13 |
| HSL | 82.61º | 0.81% | 0.48% | - |
| HSV(B) | 82.61º | 0.89% | 0.87% | - |
| XYZ | 38.77 | 59.14 | 10.24 | - |
| YUV | 177.89 | 41.15 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 223 | 24 | 0.34 | 0 | 0.89 | 0.13 | 82.61 | 0.81 | 0.48 |
| Hex | 94 | DF | 18 | 22 | 0 | 59 | D | 53 | 51 | 30 |
| Octal | 224 | 337 | 30 | 42 | 0 | 131 | 15 | 123 | 121 | 60 |
| Binary | 10010100 | 11011111 | 11000 | 100010 | 0 | 1011001 | 1101 | 1010011 | 1010001 | 110000 |
Color Harmonies of #94DF18
Complementary color
Monochromatic Colors of #94DF18
Black with #94DF18
Text Example
Text Example
White with #94DF18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94DF18; }
p { color: rgb(148,223,24); }
H1.HeaderClassName
{
color: #94DF18;
}
.AnyTagClassName
{
color: #94DF18;
}
</style>
background-color css
<style>
a { background-color: #94DF18; }
a { background-color: rgb(148,223,24); }
div.DivClassName
{
background-color: #94DF18;
}
.BgClassName
{
background-color: #94DF18;
}
</style>
border-color css
<style>
span { border-color: #94DF18; }
span { border-color: rgb(148,223,24); }
td.TdClassName
{
border-color: #94DF18;
}
.TagClassName
{
border-color: #94DF18;
}
</style>