#94DF03

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

Shades of Inch Worm #94DF03

Tints of Inch Worm #94DF03

Color information

#94DF03 (or 0x94DF03) is unknown color: approx Inch Worm. HEX triplet: 94, DF and 03. RGB value is (148,223,3). Sum of RGB (Red+Green+Blue) = 148+223+3=374 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.57% from 374); Green value is 223 (87.5% from 255 or 59.63% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DF03 is #6B20FC. Grayscale: #B0B0B0. Windows color (decimal): -7020797 or 253844. OLE color: 253844.

HSL color Cylindrical-coordinate representation of color #94DF03: hue angle of 80.45º degrees, saturation: 0.97, 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 #94DF03 is Cyan = 0.34, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB1482233-
CMYK0.3400.990.13
HSL80.45º97.35%44.31%-
HSV(B)80.45º98.65%87.45%-
XYZ38.6259.089.45-
YUV175.4930.65108.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.57%
GREEN value IS 223 (87.5% from 255) = 59.63%
BLUE value IS 3 (1.56% from 255) = 0.80%
R=39.57%
G=59.63%
B=0.80%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14822330.3400.990.1380.4597.3544.31
Hex94DF322063D50612c
Octal22433734201431512014154
Binary10010100110111111110001001100011110110100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,223,3); }

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

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

 a { background-color: rgb(148,223,3); }

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

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

 span { border-color: rgb(148,223,3); }

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