Html Css Color HEX #93D964 Mantis

📋 copy color: '#93D964'

red 147 ◦ green 217 ◦ blue 100

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

Shades of Mantis #93D964

Tints of Mantis #93D964

RGB

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

 GREEN value IS 217 (85.16% from 255) = 46.77%

 BLUE value IS 100 (39.45% from 255) = 21.55%

R = 31.68%
G = 46.77%
B = 21.55%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#93D964 (or 0x93D964) is known color: Mantis. HEX triplet: 93, D9 and 64. RGB value is (147,217,100). Sum of RGB (Red+Green+Blue) = 147+217+100=464 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.68% from 464); Green value is 217 (85.16% from 255 or 46.77% from 464); Blue value is 100 (39.45% from 255 or 21.55% from 464); Max value from RGB is 217 - color contains mainly: green. Hex color #93D964 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D964 is #6C269B. Grayscale: #B7B7B7. Windows color (decimal): -7087772 or 6609299. OLE color: 6609299.

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

Color convert

RGB 147 217 100 -
CMYK 0.32 0 0.54 0.15
HSL 95.9º 0.61% 0.62% -
HSV(B) 95.9º 0.54% 0.85% -
XYZ 39.15 56.75 20.95 -
YUV 182.73 81.31 102.51 -
System Red Green Blue C M Y K H S L
Decimal 147 217 100 0.32 0 0.54 0.15 95.9 0.61 0.62
Hex 93 D9 64 20 0 36 F 60 3D 3E
Octal 223 331 144 40 0 66 17 140 75 76
Binary 10010011 11011001 1100100 100000 0 110110 1111 1100000 111101 111110

Color Harmonies of #93D964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D964

Black with #93D964

Text Example


Text Example

White with #93D964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,217,100); }

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

background-color css

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

 a { background-color: rgb(147,217,100); }

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

border-color css

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

 span { border-color: rgb(147,217,100); }

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