#93DE13

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

Shades of Inch Worm #93DE13

Tints of Inch Worm #93DE13

Color information

#93DE13 (or 0x93DE13) is unknown color: approx Inch Worm. HEX triplet: 93, DE and 13. RGB value is (147,222,19). Sum of RGB (Red+Green+Blue) = 147+222+19=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 222 (87.11% from 255 or 57.22% from 388); Blue value is 19 (7.81% from 255 or 4.90% from 388); Max value from RGB is 222 - color contains mainly: green. Hex color #93DE13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93DE13 is #6C21EC. Grayscale: #B1B1B1. Windows color (decimal): -7086573 or 1302163. OLE color: 1302163.

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

Color convert

RGB14722219-
CMYK0.3400.910.13
HSL82.17º84.23%47.25%-
HSV(B)82.17º91.44%87.06%-
XYZ38.2758.499.89-
YUV176.4339.15107.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.89%
GREEN value IS 222 (87.11% from 255) = 57.22%
BLUE value IS 19 (7.81% from 255) = 4.90%
R=37.89%
G=57.22%
B=4.90%

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
Decimal147222190.3400.910.1382.1784.2347.25
Hex93DE132205BD52542f
Octal223336234201331512212457
Binary10010011110111101001110001001011011110110100101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DE13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93DE13; }

 p { color: rgb(147,222,19); }

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

<style>
 a { background-color: #93DE13; }

 a { background-color: rgb(147,222,19); }

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

<style>
 span { border-color: #93DE13; }

 span { border-color: rgb(147,222,19); }

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