Shades of Inch Worm #94D211
Tints of Inch Worm #94D211
RGB
CMYK
RGB Variations
Color information
#94D211 (or 0x94D211) is known color: Inch Worm. HEX triplet: 94, D2 and 11. RGB value is (148,210,17). Sum of RGB (Red+Green+Blue) = 148+210+17=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 210 (82.42% from 255 or 56% from 375); Blue value is 17 (7.03% from 255 or 4.53% from 375); Max value from RGB is 210 - color contains mainly: green. Hex color #94D211 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D211 is #6B2DEE. Grayscale: #AAAAAA. Windows color (decimal): -7024111 or 1168020. OLE color: 1168020.
HSL color Cylindrical-coordinate representation of color #94D211: hue angle of 79.27º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94D211 is Cyan = 0.30, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 148 | 210 | 17 | - |
| CMYK | 0.30 | 0 | 0.92 | 0.18 |
| HSL | 79.27º | 0.85% | 0.45% | - |
| HSV(B) | 79.27º | 0.92% | 0.82% | - |
| XYZ | 35.36 | 52.43 | 8.79 | - |
| YUV | 169.46 | 41.96 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 210 | 17 | 0.30 | 0 | 0.92 | 0.18 | 79.27 | 0.85 | 0.45 |
| Hex | 94 | D2 | 11 | 1E | 0 | 5C | 12 | 4F | 55 | 2D |
| Octal | 224 | 322 | 21 | 36 | 0 | 134 | 22 | 117 | 125 | 55 |
| Binary | 10010100 | 11010010 | 10001 | 11110 | 0 | 1011100 | 10010 | 1001111 | 1010101 | 101101 |
Color Harmonies of #94D211
Complementary color
Monochromatic Colors of #94D211
Black with #94D211
Text Example
Text Example
White with #94D211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94D211; }
p { color: rgb(148,210,17); }
H1.HeaderClassName
{
color: #94D211;
}
.AnyTagClassName
{
color: #94D211;
}
</style>
background-color css
<style>
a { background-color: #94D211; }
a { background-color: rgb(148,210,17); }
div.DivClassName
{
background-color: #94D211;
}
.BgClassName
{
background-color: #94D211;
}
</style>
border-color css
<style>
span { border-color: #94D211; }
span { border-color: rgb(148,210,17); }
td.TdClassName
{
border-color: #94D211;
}
.TagClassName
{
border-color: #94D211;
}
</style>