Html Css Color HEX #94E05D Mantis

📋 copy color: '#94E05D'

red 148 ◦ green 224 ◦ blue 93

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

Shades of Mantis #94E05D

Tints of Mantis #94E05D

RGB

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

 GREEN value IS 224 (87.89% from 255) = 48.17%

 BLUE value IS 93 (36.72% from 255) = 20%

R = 31.83%
G = 48.17%
B = 20%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.58

 K value IS 0.12

RGB Variations

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

Color information

#94E05D (or 0x94E05D) is known color: Mantis. HEX triplet: 94, E0 and 5D. RGB value is (148,224,93). Sum of RGB (Red+Green+Blue) = 148+224+93=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 224 (87.89% from 255 or 48.17% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 224 - color contains mainly: green. Hex color #94E05D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E05D is #6B1FA2. Grayscale: #BABABA. Windows color (decimal): -7020451 or 6152340. OLE color: 6152340.

HSL color Cylindrical-coordinate representation of color #94E05D: hue angle of 94.81º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #94E05D is Cyan = 0.34, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.12.

Color convert

RGB 148 224 93 -
CMYK 0.34 0 0.58 0.12
HSL 94.81º 0.68% 0.62% -
HSV(B) 94.81º 0.58% 0.88% -
XYZ 40.84 60.4 19.86 -
YUV 186.34 75.32 100.65 -
System Red Green Blue C M Y K H S L
Decimal 148 224 93 0.34 0 0.58 0.12 94.81 0.68 0.62
Hex 94 E0 5D 22 0 3A C 5F 44 3E
Octal 224 340 135 42 0 72 14 137 104 76
Binary 10010100 11100000 1011101 100010 0 111010 1100 1011111 1000100 111110

Color Harmonies of #94E05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94E05D

Black with #94E05D

Text Example


Text Example

White with #94E05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,224,93); }

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

background-color css

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

 a { background-color: rgb(148,224,93); }

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

border-color css

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

 span { border-color: rgb(148,224,93); }

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