Html Css Color HEX #93D05F Mantis

📋 copy color: '#93D05F'

red 147 ◦ green 208 ◦ blue 95

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

Shades of Mantis #93D05F

Tints of Mantis #93D05F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

 BLUE value IS 95 (37.5% from 255) = 21.11%

R = 32.67%
G = 46.22%
B = 21.11%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#93D05F (or 0x93D05F) is known color: Mantis. HEX triplet: 93, D0 and 5F. RGB value is (147,208,95). Sum of RGB (Red+Green+Blue) = 147+208+95=450 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.67% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 95 (37.5% from 255 or 21.11% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #93D05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D05F is #6C2FA0. Grayscale: #B1B1B1. Windows color (decimal): -7090081 or 6279315. OLE color: 6279315.

HSL color Cylindrical-coordinate representation of color #93D05F: hue angle of 92.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93D05F is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB 147 208 95 -
CMYK 0.29 0 0.54 0.18
HSL 92.39º 0.55% 0.59% -
HSV(B) 92.39º 0.54% 0.82% -
XYZ 36.65 52.14 18.96 -
YUV 176.88 81.79 106.69 -
System Red Green Blue C M Y K H S L
Decimal 147 208 95 0.29 0 0.54 0.18 92.39 0.55 0.59
Hex 93 D0 5F 1D 0 36 12 5C 37 3B
Octal 223 320 137 35 0 66 22 134 67 73
Binary 10010011 11010000 1011111 11101 0 110110 10010 1011100 110111 111011

Color Harmonies of #93D05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D05F

Black with #93D05F

Text Example


Text Example

White with #93D05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,208,95); }

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

background-color css

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

 a { background-color: rgb(147,208,95); }

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

border-color css

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

 span { border-color: rgb(147,208,95); }

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