Html Css Color HEX #94D55D Mantis

📋 copy color: '#94D55D'

red 148 ◦ green 213 ◦ blue 93

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

Shades of Mantis #94D55D

Tints of Mantis #94D55D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 46.92%

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

R = 32.6%
G = 46.92%
B = 20.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#94D55D (or 0x94D55D) is known color: Mantis. HEX triplet: 94, D5 and 5D. RGB value is (148,213,93). Sum of RGB (Red+Green+Blue) = 148+213+93=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 213 (83.59% from 255 or 46.92% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 213 - color contains mainly: green. Hex color #94D55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D55D is #6B2AA2. Grayscale: #B4B4B4. Windows color (decimal): -7023267 or 6149524. OLE color: 6149524.

HSL color Cylindrical-coordinate representation of color #94D55D: hue angle of 92.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94D55D is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 148 213 93 -
CMYK 0.31 0 0.56 0.16
HSL 92.5º 0.59% 0.6% -
HSV(B) 92.5º 0.56% 0.84% -
XYZ 37.98 54.67 18.91 -
YUV 179.89 78.97 105.26 -
System Red Green Blue C M Y K H S L
Decimal 148 213 93 0.31 0 0.56 0.16 92.5 0.59 0.6
Hex 94 D5 5D 1F 0 38 10 5C 3B 3C
Octal 224 325 135 37 0 70 20 134 73 74
Binary 10010100 11010101 1011101 11111 0 111000 10000 1011100 111011 111100

Color Harmonies of #94D55D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D55D

Black with #94D55D

Text Example


Text Example

White with #94D55D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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