Html Css Color HEX #94D85D Mantis

📋 copy color: '#94D85D'

red 148 ◦ green 216 ◦ blue 93

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

Shades of Mantis #94D85D

Tints of Mantis #94D85D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.26%

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

R = 32.39%
G = 47.26%
B = 20.35%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#94D85D (or 0x94D85D) is known color: Mantis. HEX triplet: 94, D8 and 5D. RGB value is (148,216,93). Sum of RGB (Red+Green+Blue) = 148+216+93=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 216 (84.77% from 255 or 47.26% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 216 - color contains mainly: green. Hex color #94D85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D85D is #6B27A2. Grayscale: #B6B6B6. Windows color (decimal): -7022499 or 6150292. OLE color: 6150292.

HSL color Cylindrical-coordinate representation of color #94D85D: hue angle of 93.17º degrees, saturation: 0.61, 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 #94D85D is Cyan = 0.31, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 148 216 93 -
CMYK 0.31 0 0.57 0.15
HSL 93.17º 0.61% 0.61% -
HSV(B) 93.17º 0.57% 0.85% -
XYZ 38.74 56.2 19.16 -
YUV 181.65 77.97 104 -
System Red Green Blue C M Y K H S L
Decimal 148 216 93 0.31 0 0.57 0.15 93.17 0.61 0.61
Hex 94 D8 5D 1F 0 39 F 5D 3D 3D
Octal 224 330 135 37 0 71 17 135 75 75
Binary 10010100 11011000 1011101 11111 0 111001 1111 1011101 111101 111101

Color Harmonies of #94D85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D85D

Black with #94D85D

Text Example


Text Example

White with #94D85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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