Html Css Color HEX #93DC64 Mantis

📋 copy color: '#93DC64'

red 147 ◦ green 220 ◦ blue 100

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

Shades of Mantis #93DC64

Tints of Mantis #93DC64

RGB

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

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

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

R = 31.48%
G = 47.11%
B = 21.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#93DC64 (or 0x93DC64) is known color: Mantis. HEX triplet: 93, DC and 64. RGB value is (147,220,100). Sum of RGB (Red+Green+Blue) = 147+220+100=467 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.48% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 100 (39.45% from 255 or 21.41% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #93DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #93DC64 is #6C239B. Grayscale: #B8B8B8. Windows color (decimal): -7087004 or 6610067. OLE color: 6610067.

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

Color convert

RGB 147 220 100 -
CMYK 0.33 0 0.55 0.14
HSL 96.5º 0.63% 0.63% -
HSV(B) 96.5º 0.55% 0.86% -
XYZ 39.93 58.31 21.21 -
YUV 184.49 80.32 101.26 -
System Red Green Blue C M Y K H S L
Decimal 147 220 100 0.33 0 0.55 0.14 96.5 0.63 0.63
Hex 93 DC 64 21 0 37 E 60 3F 3F
Octal 223 334 144 41 0 67 16 140 77 77
Binary 10010011 11011100 1100100 100001 0 110111 1110 1100000 111111 111111

Color Harmonies of #93DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93DC64

Black with #93DC64

Text Example


Text Example

White with #93DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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