#94D75E

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

Shades of Mantis #94D75E

Tints of Mantis #94D75E

Color information

#94D75E (or 0x94D75E) is unknown color: approx Mantis. HEX triplet: 94, D7 and 5E. RGB value is (148,215,94). Sum of RGB (Red+Green+Blue) = 148+215+94=457 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.39% from 457); Green value is 215 (84.38% from 255 or 47.05% from 457); Blue value is 94 (37.11% from 255 or 20.57% from 457); Max value from RGB is 215 - color contains mainly: green. Hex color #94D75E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D75E is #6B28A1. Grayscale: #B5B5B5. Windows color (decimal): -7022754 or 6215572. OLE color: 6215572.

HSL color Cylindrical-coordinate representation of color #94D75E: hue angle of 93.22º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94D75E is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB14821594-
CMYK0.3100.560.16
HSL93.22º60.2%60.59%-
HSV(B)93.22º56.28%84.31%-
XYZ38.5355.719.31-
YUV181.1778.8104.34-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.39%
GREEN value IS 215 (84.38% from 255) = 47.05%
BLUE value IS 94 (37.11% from 255) = 20.57%
R=32.39%
G=47.05%
B=20.57%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148215940.3100.560.1693.2260.260.59
Hex94D75E1F038105d3c3d
Octal22432713637070201357475
Binary10010100110101111011110111110111000100001011101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,215,94); }

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

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

 a { background-color: rgb(148,215,94); }

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

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

 span { border-color: rgb(148,215,94); }

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