#94CD5C

Color #94CD5C Mantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mantis #94CD5C

Tints of Mantis #94CD5C

Color information

#94CD5C (or 0x94CD5C) is unknown color: approx Mantis. HEX triplet: 94, CD and 5C. RGB value is (148,205,92). Sum of RGB (Red+Green+Blue) = 148+205+92=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CD5C is #6B32A3. Grayscale: #AFAFAF. Windows color (decimal): -7025316 or 6081940. OLE color: 6081940.

HSL color Cylindrical-coordinate representation of color #94CD5C: hue angle of 90.27º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #94CD5C is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB14820592-
CMYK0.2800.550.20
HSL90.27º53.05%58.24%-
HSV(B)90.27º55.12%80.39%-
XYZ35.9850.7318.02-
YUV175.0881.12108.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 92 (36.33% from 255) = 20.67%
R=33.26%
G=46.07%
B=20.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148205920.2800.550.2090.2753.0558.24
Hex94CD5C1C037145a353a
Octal22431513434067241326572
Binary10010100110011011011100111000110111101001011010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,205,92); }

 H1.HeaderClassName
 {
   color: #94CD5C;
 }
 .AnyTagClassName
 {
   color: #94CD5C;
 }
</style>
background-color css

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

 a { background-color: rgb(148,205,92); }

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

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

 span { border-color: rgb(148,205,92); }

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