#94D05C

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

Shades of Mantis #94D05C

Tints of Mantis #94D05C

Color information

#94D05C (or 0x94D05C) is unknown color: approx Mantis. HEX triplet: 94, D0 and 5C. RGB value is (148,208,92). Sum of RGB (Red+Green+Blue) = 148+208+92=448 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.04% from 448); Green value is 208 (81.64% from 255 or 46.43% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 208 - color contains mainly: green. Hex color #94D05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D05C is #6B2FA3. Grayscale: #B1B1B1. Windows color (decimal): -7024548 or 6082708. OLE color: 6082708.

HSL color Cylindrical-coordinate representation of color #94D05C: hue angle of 91.03º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94D05C is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB14820892-
CMYK0.2900.560.18
HSL91.03º55.24%58.82%-
HSV(B)91.03º55.77%81.57%-
XYZ36.752.1818.26-
YUV176.8480.12107.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.04%
GREEN value IS 208 (81.64% from 255) = 46.43%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=33.04%
G=46.43%
B=20.54%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148208920.2900.560.1891.0355.2458.82
Hex94D05C1D038125b373b
Octal22432013435070221336773
Binary10010100110100001011100111010111000100101011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D05C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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