Html Css Color HEX #93DD5E Mantis

📋 copy color: '#93DD5E'

red 147 ◦ green 221 ◦ blue 94

#93DD5E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #93DD5E

Tints of Mantis #93DD5E

RGB

 RED value IS 147 (57.81% from 255) = 31.82%

 GREEN value IS 221 (86.72% from 255) = 47.84%

 BLUE value IS 94 (37.11% from 255) = 20.35%

R = 31.82%
G = 47.84%
B = 20.35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#93DD5E (or 0x93DD5E) is known color: Mantis. HEX triplet: 93, DD and 5E. RGB value is (147,221,94). Sum of RGB (Red+Green+Blue) = 147+221+94=462 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.82% from 462); Green value is 221 (86.72% from 255 or 47.84% from 462); Blue value is 94 (37.11% from 255 or 20.35% from 462); Max value from RGB is 221 - color contains mainly: green. Hex color #93DD5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DD5E is #6C22A1. Grayscale: #B8B8B8. Windows color (decimal): -7086754 or 6217107. OLE color: 6217107.

HSL color Cylindrical-coordinate representation of color #93DD5E: hue angle of 94.96º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #93DD5E is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 147 221 94 -
CMYK 0.33 0 0.57 0.13
HSL 94.96º 0.65% 0.62% -
HSV(B) 94.96º 0.57% 0.87% -
XYZ 39.91 58.72 19.82 -
YUV 184.4 76.98 101.33 -
System Red Green Blue C M Y K H S L
Decimal 147 221 94 0.33 0 0.57 0.13 94.96 0.65 0.62
Hex 93 DD 5E 21 0 39 D 5F 41 3E
Octal 223 335 136 41 0 71 15 137 101 76
Binary 10010011 11011101 1011110 100001 0 111001 1101 1011111 1000001 111110

Color Harmonies of #93DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DD5E

Black with #93DD5E

Text Example


Text Example

White with #93DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,221,94); }

 H1.HeaderClassName
 {
   color: #93DD5E;
 }
 .AnyTagClassName
 {
   color: #93DD5E;
 }
</style>

background-color css

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

 a { background-color: rgb(147,221,94); }

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

border-color css

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

 span { border-color: rgb(147,221,94); }

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