Html Css Color HEX #94CA5D Mantis

📋 copy color: '#94CA5D'

red 148 ◦ green 202 ◦ blue 93

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

Shades of Mantis #94CA5D

Tints of Mantis #94CA5D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 45.6%

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

R = 33.41%
G = 45.6%
B = 20.99%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#94CA5D (or 0x94CA5D) is known color: Mantis. HEX triplet: 94, CA and 5D. RGB value is (148,202,93). Sum of RGB (Red+Green+Blue) = 148+202+93=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 202 (79.30% from 255 or 45.60% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA5D is #6B35A2. Grayscale: #ADADAD. Windows color (decimal): -7026083 or 6146708. OLE color: 6146708.

HSL color Cylindrical-coordinate representation of color #94CA5D: hue angle of 89.72º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94CA5D is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.

Color convert

RGB 148 202 93 -
CMYK 0.27 0 0.54 0.21
HSL 89.72º 0.51% 0.58% -
HSV(B) 89.72º 0.54% 0.79% -
XYZ 35.31 49.33 18.02 -
YUV 173.43 82.61 109.86 -
System Red Green Blue C M Y K H S L
Decimal 148 202 93 0.27 0 0.54 0.21 89.72 0.51 0.58
Hex 94 CA 5D 1B 0 36 15 5A 33 3A
Octal 224 312 135 33 0 66 25 132 63 72
Binary 10010100 11001010 1011101 11011 0 110110 10101 1011010 110011 111010

Color Harmonies of #94CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA5D

Black with #94CA5D

Text Example


Text Example

White with #94CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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