Html Css Color HEX #93DC65 Mantis

📋 copy color: '#93DC65'

red 147 ◦ green 220 ◦ blue 101

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

Shades of Mantis #93DC65

Tints of Mantis #93DC65

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.01%

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 31.41%
G = 47.01%
B = 21.58%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#93DC65 (or 0x93DC65) is known color: Mantis. HEX triplet: 93, DC and 65. RGB value is (147,220,101). Sum of RGB (Red+Green+Blue) = 147+220+101=468 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.41% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC65 is #6C239A. Grayscale: #B9B9B9. Windows color (decimal): -7087003 or 6675603. OLE color: 6675603.

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

Color convert

RGB 147 220 101 -
CMYK 0.33 0 0.54 0.14
HSL 96.81º 0.63% 0.63% -
HSV(B) 96.81º 0.54% 0.86% -
XYZ 39.97 58.33 21.46 -
YUV 184.61 80.82 101.18 -
System Red Green Blue C M Y K H S L
Decimal 147 220 101 0.33 0 0.54 0.14 96.81 0.63 0.63
Hex 93 DC 65 21 0 36 E 61 3F 3F
Octal 223 334 145 41 0 66 16 141 77 77
Binary 10010011 11011100 1100101 100001 0 110110 1110 1100001 111111 111111

Color Harmonies of #93DC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC65

Black with #93DC65

Text Example


Text Example

White with #93DC65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,220,101); }

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

background-color css

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

 a { background-color: rgb(147,220,101); }

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

border-color css

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

 span { border-color: rgb(147,220,101); }

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