#94DE17

Color #94DE17 Inch Worm (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Inch Worm #94DE17

Tints of Inch Worm #94DE17

Color information

#94DE17 (or 0x94DE17) is unknown color: approx Inch Worm. HEX triplet: 94, DE and 17. RGB value is (148,222,23). Sum of RGB (Red+Green+Blue) = 148+222+23=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 222 (87.11% from 255 or 56.49% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE17 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DE17 is #6B21E8. Grayscale: #B1B1B1. Windows color (decimal): -7021033 or 1564308. OLE color: 1564308.

HSL color Cylindrical-coordinate representation of color #94DE17: hue angle of 82.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94DE17 is Cyan = 0.33, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB14822223-
CMYK0.3300.900.13
HSL82.31º81.22%48.04%-
HSV(B)82.31º89.64%87.06%-
XYZ38.4958.610.09-
YUV177.1940.98107.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 37.66%
GREEN value IS 222 (87.11% from 255) = 56.49%
BLUE value IS 23 (9.38% from 255) = 5.85%
R=37.66%
G=56.49%
B=5.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148222230.3300.900.1382.3181.2248.04
Hex94DE172105AD525130
Octal224336274101321512212160
Binary10010100110111101011110000101011010110110100101010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94DE17; }

 p { color: rgb(148,222,23); }

 H1.HeaderClassName
 {
   color: #94DE17;
 }
 .AnyTagClassName
 {
   color: #94DE17;
 }
</style>
background-color css

<style>
 a { background-color: #94DE17; }

 a { background-color: rgb(148,222,23); }

 div.DivClassName
 {
   background-color: #94DE17;
 }
 .BgClassName
 {
   background-color: #94DE17;
 }
</style>
border-color css

<style>
 span { border-color: #94DE17; }

 span { border-color: rgb(148,222,23); }

 td.TdClassName
 {
   border-color: #94DE17;
 }
 .TagClassName
 {
   border-color: #94DE17;
 }
</style>