#94DF15

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

Shades of Inch Worm #94DF15

Tints of Inch Worm #94DF15

Color information

#94DF15 (or 0x94DF15) is unknown color: approx Inch Worm. HEX triplet: 94, DF and 15. RGB value is (148,223,21). Sum of RGB (Red+Green+Blue) = 148+223+21=392 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.76% from 392); Green value is 223 (87.5% from 255 or 56.89% from 392); Blue value is 21 (8.59% from 255 or 5.36% from 392); Max value from RGB is 223 - color contains mainly: green. Hex color #94DF15 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94DF15 is #6B20EA. Grayscale: #B2B2B2. Windows color (decimal): -7020779 or 1433492. OLE color: 1433492.

HSL color Cylindrical-coordinate representation of color #94DF15: hue angle of 82.28º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #94DF15 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB14822321-
CMYK0.3400.910.13
HSL82.28º82.79%47.84%-
HSV(B)82.28º90.58%87.45%-
XYZ38.7459.1310.08-
YUV177.5539.65106.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.76%
GREEN value IS 223 (87.5% from 255) = 56.89%
BLUE value IS 21 (8.59% from 255) = 5.36%
R=37.76%
G=56.89%
B=5.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal148223210.3400.910.1382.2882.7947.84
Hex94DF152205BD525330
Octal224337254201331512212360
Binary10010100110111111010110001001011011110110100101010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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