Html Css Color HEX #93D960 Mantis

📋 copy color: '#93D960'

red 147 ◦ green 217 ◦ blue 96

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

Shades of Mantis #93D960

Tints of Mantis #93D960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 20.87%

R = 31.96%
G = 47.17%
B = 20.87%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#93D960 (or 0x93D960) is known color: Mantis. HEX triplet: 93, D9 and 60. RGB value is (147,217,96). Sum of RGB (Red+Green+Blue) = 147+217+96=460 (60% of max value = 765). Red value is 147 (57.81% from 255 or 31.96% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #93D960 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93D960 is #6C269F. Grayscale: #B6B6B6. Windows color (decimal): -7087776 or 6347155. OLE color: 6347155.

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

Color convert

RGB 147 217 96 -
CMYK 0.32 0 0.56 0.15
HSL 94.71º 0.61% 0.61% -
HSV(B) 94.71º 0.56% 0.85% -
XYZ 38.96 56.67 19.95 -
YUV 182.28 79.31 102.84 -
System Red Green Blue C M Y K H S L
Decimal 147 217 96 0.32 0 0.56 0.15 94.71 0.61 0.61
Hex 93 D9 60 20 0 38 F 5F 3D 3D
Octal 223 331 140 40 0 70 17 137 75 75
Binary 10010011 11011001 1100000 100000 0 111000 1111 1011111 111101 111101

Color Harmonies of #93D960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93D960

Black with #93D960

Text Example


Text Example

White with #93D960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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