#93DB5C

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

Shades of Mantis #93DB5C

Tints of Mantis #93DB5C

Color information

#93DB5C (or 0x93DB5C) is unknown color: approx Mantis. HEX triplet: 93, DB and 5C. RGB value is (147,219,92). Sum of RGB (Red+Green+Blue) = 147+219+92=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 219 (85.94% from 255 or 47.82% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 219 - color contains mainly: green. Hex color #93DB5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DB5C is #6C24A3. Grayscale: #B7B7B7. Windows color (decimal): -7087268 or 6085523. OLE color: 6085523.

HSL color Cylindrical-coordinate representation of color #93DB5C: hue angle of 94.02º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #93DB5C is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB14721992-
CMYK0.3300.580.14
HSL94.02º63.82%60.98%-
HSV(B)94.02º57.99%85.88%-
XYZ39.357.6419.18-
YUV182.9976.65102.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 32.10%
GREEN value IS 219 (85.94% from 255) = 47.82%
BLUE value IS 92 (36.33% from 255) = 20.09%
R=32.10%
G=47.82%
B=20.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal147219920.3300.580.1494.0263.8260.98
Hex93DB5C2103AE5e403d
Octal223333134410721613610075
Binary100100111101101110111001000010111010111010111101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93DB5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,219,92); }

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

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

 a { background-color: rgb(147,219,92); }

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

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

 span { border-color: rgb(147,219,92); }

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