Html Css Color HEX #94DA64 Mantis

📋 copy color: '#94DA64'

red 148 ◦ green 218 ◦ blue 100

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

Shades of Mantis #94DA64

Tints of Mantis #94DA64

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.78%

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

R = 31.76%
G = 46.78%
B = 21.46%

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

#94DA64 (or 0x94DA64) is known color: Mantis. HEX triplet: 94, DA and 64. RGB value is (148,218,100). Sum of RGB (Red+Green+Blue) = 148+218+100=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA64 is #6B259B. Grayscale: #B8B8B8. Windows color (decimal): -7021980 or 6609556. OLE color: 6609556.

HSL color Cylindrical-coordinate representation of color #94DA64: hue angle of 95.59º 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 #94DA64 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 218 100 -
CMYK 0.32 0 0.54 0.15
HSL 95.59º 0.61% 0.62% -
HSV(B) 95.59º 0.54% 0.85% -
XYZ 39.58 57.36 21.04 -
YUV 183.62 80.81 102.59 -
System Red Green Blue C M Y K H S L
Decimal 148 218 100 0.32 0 0.54 0.15 95.59 0.61 0.62
Hex 94 DA 64 20 0 36 F 60 3D 3E
Octal 224 332 144 40 0 66 17 140 75 76
Binary 10010100 11011010 1100100 100000 0 110110 1111 1100000 111101 111110

Color Harmonies of #94DA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA64

Black with #94DA64

Text Example


Text Example

White with #94DA64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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