#94DE10

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

Shades of Inch Worm #94DE10

Tints of Inch Worm #94DE10

Color information

#94DE10 (or 0x94DE10) is unknown color: approx Inch Worm. HEX triplet: 94, DE and 10. RGB value is (148,222,16). Sum of RGB (Red+Green+Blue) = 148+222+16=386 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.34% from 386); Green value is 222 (87.11% from 255 or 57.51% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DE10 is #6B21EF. Grayscale: #B1B1B1. Windows color (decimal): -7021040 or 1105556. OLE color: 1105556.

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

Color convert

RGB14822216-
CMYK0.3300.930.13
HSL81.55º86.55%46.67%-
HSV(B)81.55º92.79%87.06%-
XYZ38.4358.589.77-
YUV176.3937.48107.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 38.34%
GREEN value IS 222 (87.11% from 255) = 57.51%
BLUE value IS 16 (6.64% from 255) = 4.15%
R=38.34%
G=57.51%
B=4.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148222160.3300.930.1381.5586.5546.67
Hex94DE102105DD52572f
Octal224336204101351512212757
Binary10010100110111101000010000101011101110110100101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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