#74E13C

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

Shades of Mantis #74E13C

Tints of Mantis #74E13C

Color information

#74E13C (or 0x74E13C) is unknown color: approx Mantis. HEX triplet: 74, E1 and 3C. RGB value is (116,225,60). Sum of RGB (Red+Green+Blue) = 116+225+60=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 225 (88.28% from 255 or 56.11% from 401); Blue value is 60 (23.83% from 255 or 14.96% from 401); Max value from RGB is 225 - color contains mainly: green. Hex color #74E13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E13C is #8B1EC3. Grayscale: #AEAEAE. Windows color (decimal): -9117380 or 3989876. OLE color: 3989876.

HSL color Cylindrical-coordinate representation of color #74E13C: hue angle of 99.64º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74E13C is Cyan = 0.48, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB11622560-
CMYK0.4800.730.12
HSL99.64º73.33%55.88%-
HSV(B)99.64º73.33%88.24%-
XYZ34.9457.8913.61-
YUV173.663.8986.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.93%
GREEN value IS 225 (88.28% from 255) = 56.11%
BLUE value IS 60 (23.83% from 255) = 14.96%
R=28.93%
G=56.11%
B=14.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116225600.4800.730.1299.6473.3355.88
Hex74E13C30049C644938
Octal164341746001111414411170
Binary11101001110000111110011000001001001110011001001001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74E13C; }

 p { color: rgb(116,225,60); }

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

<style>
 a { background-color: #74E13C; }

 a { background-color: rgb(116,225,60); }

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

<style>
 span { border-color: #74E13C; }

 span { border-color: rgb(116,225,60); }

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