#94DE02

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

Shades of Inch Worm #94DE02

Tints of Inch Worm #94DE02

Color information

#94DE02 (or 0x94DE02) is unknown color: approx Inch Worm. HEX triplet: 94, DE and 02. RGB value is (148,222,2). Sum of RGB (Red+Green+Blue) = 148+222+2=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 222 (87.11% from 255 or 59.68% from 372); Blue value is 2 (1.17% from 255 or 0.54% from 372); Max value from RGB is 222 - color contains mainly: green. Hex color #94DE02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DE02 is #6B21FD. Grayscale: #AFAFAF. Windows color (decimal): -7021054 or 188052. OLE color: 188052.

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

Color convert

RGB1482222-
CMYK0.3300.990.13
HSL80.18º98.21%43.92%-
HSV(B)80.18º99.1%87.06%-
XYZ38.3458.549.34-
YUV174.7930.48108.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.78%
GREEN value IS 222 (87.11% from 255) = 59.68%
BLUE value IS 2 (1.17% from 255) = 0.54%
R=39.78%
G=59.68%
B=0.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14822220.3300.990.1380.1898.2143.92
Hex94DE221063D50622c
Octal22433624101431512014254
Binary10010100110111101010000101100011110110100001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DE02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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