Html Css Color HEX #94DC64 Mantis

📋 copy color: '#94DC64'

red 148 ◦ green 220 ◦ blue 100

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

Shades of Mantis #94DC64

Tints of Mantis #94DC64

RGB

 RED value IS 148 (58.2% from 255) = 31.62%

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

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

R = 31.62%
G = 47.01%
B = 21.37%

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

#94DC64 (or 0x94DC64) is known color: Mantis. HEX triplet: 94, DC and 64. RGB value is (148,220,100). Sum of RGB (Red+Green+Blue) = 148+220+100=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 220 (86.33% from 255 or 47.01% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 220 - color contains mainly: green. Hex color #94DC64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DC64 is #6B239B. Grayscale: #B9B9B9. Windows color (decimal): -7021468 or 6610068. OLE color: 6610068.

HSL color Cylindrical-coordinate representation of color #94DC64: hue angle of 96º 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 #94DC64 is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 148 220 100 -
CMYK 0.33 0 0.55 0.14
HSL 96º 0.63% 0.63% -
HSV(B) 96º 0.55% 0.86% -
XYZ 40.11 58.4 21.22 -
YUV 184.79 80.15 101.76 -
System Red Green Blue C M Y K H S L
Decimal 148 220 100 0.33 0 0.55 0.14 96 0.63 0.63
Hex 94 DC 64 21 0 37 E 60 3F 3F
Octal 224 334 144 41 0 67 16 140 77 77
Binary 10010100 11011100 1100100 100001 0 110111 1110 1100000 111111 111111

Color Harmonies of #94DC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DC64

Black with #94DC64

Text Example


Text Example

White with #94DC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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