#93D811

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

Shades of Inch Worm #93D811

Tints of Inch Worm #93D811

Color information

#93D811 (or 0x93D811) is unknown color: approx Inch Worm. HEX triplet: 93, D8 and 11. RGB value is (147,216,17). Sum of RGB (Red+Green+Blue) = 147+216+17=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 216 (84.77% from 255 or 56.84% from 380); Blue value is 17 (7.03% from 255 or 4.47% from 380); Max value from RGB is 216 - color contains mainly: green. Hex color #93D811 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #93D811 is #6C27EE. Grayscale: #ADADAD. Windows color (decimal): -7088111 or 1169555. OLE color: 1169555.

HSL color Cylindrical-coordinate representation of color #93D811: hue angle of 80.8º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #93D811 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB14721617-
CMYK0.3200.920.15
HSL80.8º85.41%45.69%-
HSV(B)80.8º92.13%84.71%-
XYZ36.6955.369.28-
YUV172.6840.14109.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 38.68%
GREEN value IS 216 (84.77% from 255) = 56.84%
BLUE value IS 17 (7.03% from 255) = 4.47%
R=38.68%
G=56.84%
B=4.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal147216170.3200.920.1580.885.4145.69
Hex93D8112005CF51552e
Octal223330214001341712112556
Binary10010011110110001000110000001011100111110100011010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93D811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,216,17); }

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

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

 a { background-color: rgb(147,216,17); }

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

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

 span { border-color: rgb(147,216,17); }

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