Html Css Color HEX #94DA5E Mantis

📋 copy color: '#94DA5E'

red 148 ◦ green 218 ◦ blue 94

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

Shades of Mantis #94DA5E

Tints of Mantis #94DA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.43%

R = 32.17%
G = 47.39%
B = 20.43%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#94DA5E (or 0x94DA5E) is known color: Mantis. HEX triplet: 94, DA and 5E. RGB value is (148,218,94). Sum of RGB (Red+Green+Blue) = 148+218+94=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 94 (37.11% from 255 or 20.43% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA5E is #6B25A1. Grayscale: #B7B7B7. Windows color (decimal): -7021986 or 6216340. OLE color: 6216340.

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

Color convert

RGB 148 218 94 -
CMYK 0.32 0 0.57 0.15
HSL 93.87º 0.63% 0.61% -
HSV(B) 93.87º 0.57% 0.85% -
XYZ 39.3 57.25 19.57 -
YUV 182.93 77.81 103.08 -
System Red Green Blue C M Y K H S L
Decimal 148 218 94 0.32 0 0.57 0.15 93.87 0.63 0.61
Hex 94 DA 5E 20 0 39 F 5E 3F 3D
Octal 224 332 136 40 0 71 17 136 77 75
Binary 10010100 11011010 1011110 100000 0 111001 1111 1011110 111111 111101

Color Harmonies of #94DA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94DA5E

Black with #94DA5E

Text Example


Text Example

White with #94DA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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