Shades of Inch Worm #94EC1D
Tints of Inch Worm #94EC1D
RGB
CMYK
RGB Variations
Color information
#94EC1D (or 0x94EC1D) is known color: Inch Worm. HEX triplet: 94, EC and 1D. RGB value is (148,236,29). Sum of RGB (Red+Green+Blue) = 148+236+29=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 236 (92.58% from 255 or 57.14% from 413); Blue value is 29 (11.72% from 255 or 7.02% from 413); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC1D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #94EC1D is #6B13E2. Grayscale: #BABABA. Windows color (decimal): -7017443 or 1961108. OLE color: 1961108.
HSL color Cylindrical-coordinate representation of color #94EC1D: hue angle of 85.51º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94EC1D is Cyan = 0.37, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 148 | 236 | 29 | - |
| CMYK | 0.37 | 0 | 0.88 | 0.07 |
| HSL | 85.51º | 0.84% | 0.52% | - |
| HSV(B) | 85.51º | 0.88% | 0.93% | - |
| XYZ | 42.43 | 66.38 | 11.74 | - |
| YUV | 186.09 | 39.35 | 100.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 236 | 29 | 0.37 | 0 | 0.88 | 0.07 | 85.51 | 0.84 | 0.52 |
| Hex | 94 | EC | 1D | 25 | 0 | 58 | 7 | 56 | 54 | 34 |
| Octal | 224 | 354 | 35 | 45 | 0 | 130 | 7 | 126 | 124 | 64 |
| Binary | 10010100 | 11101100 | 11101 | 100101 | 0 | 1011000 | 111 | 1010110 | 1010100 | 110100 |
Color Harmonies of #94EC1D
Complementary color
Monochromatic Colors of #94EC1D
Black with #94EC1D
Text Example
Text Example
White with #94EC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94EC1D; }
p { color: rgb(148,236,29); }
H1.HeaderClassName
{
color: #94EC1D;
}
.AnyTagClassName
{
color: #94EC1D;
}
</style>
background-color css
<style>
a { background-color: #94EC1D; }
a { background-color: rgb(148,236,29); }
div.DivClassName
{
background-color: #94EC1D;
}
.BgClassName
{
background-color: #94EC1D;
}
</style>
border-color css
<style>
span { border-color: #94EC1D; }
span { border-color: rgb(148,236,29); }
td.TdClassName
{
border-color: #94EC1D;
}
.TagClassName
{
border-color: #94EC1D;
}
</style>