Html Css Color HEX #94C85D Mantis

📋 copy color: '#94C85D'

red 148 ◦ green 200 ◦ blue 93

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

Shades of Mantis #94C85D

Tints of Mantis #94C85D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

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

R = 33.56%
G = 45.35%
B = 21.09%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#94C85D (or 0x94C85D) is known color: Mantis. HEX triplet: 94, C8 and 5D. RGB value is (148,200,93). Sum of RGB (Red+Green+Blue) = 148+200+93=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #94C85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C85D is #6B37A2. Grayscale: #ACACAC. Windows color (decimal): -7026595 or 6146196. OLE color: 6146196.

HSL color Cylindrical-coordinate representation of color #94C85D: hue angle of 89.16º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #94C85D is Cyan = 0.26, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 200 93 -
CMYK 0.26 0 0.54 0.22
HSL 89.16º 0.49% 0.57% -
HSV(B) 89.16º 0.54% 0.78% -
XYZ 34.84 48.39 17.86 -
YUV 172.25 83.27 110.7 -
System Red Green Blue C M Y K H S L
Decimal 148 200 93 0.26 0 0.54 0.22 89.16 0.49 0.57
Hex 94 C8 5D 1A 0 36 16 59 31 39
Octal 224 310 135 32 0 66 26 131 61 71
Binary 10010100 11001000 1011101 11010 0 110110 10110 1011001 110001 111001

Color Harmonies of #94C85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C85D

Black with #94C85D

Text Example


Text Example

White with #94C85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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