#74E14C

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

Shades of Mantis #74E14C

Tints of Mantis #74E14C

Color information

#74E14C (or 0x74E14C) is unknown color: approx Mantis. HEX triplet: 74, E1 and 4C. RGB value is (116,225,76). Sum of RGB (Red+Green+Blue) = 116+225+76=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 225 (88.28% from 255 or 53.96% from 417); Blue value is 76 (30.08% from 255 or 18.23% from 417); Max value from RGB is 225 - color contains mainly: green. Hex color #74E14C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E14C is #8B1EB3. Grayscale: #AFAFAF. Windows color (decimal): -9117364 or 5038452. OLE color: 5038452.

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

Color convert

RGB11622576-
CMYK0.4800.660.12
HSL103.89º71.29%59.02%-
HSV(B)103.89º66.22%88.24%-
XYZ35.4358.0916.18-
YUV175.4271.8985.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 225 (88.28% from 255) = 53.96%
BLUE value IS 76 (30.08% from 255) = 18.23%
R=27.82%
G=53.96%
B=18.23%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal116225760.4800.660.12103.8971.2959.02
Hex74E14C30042C68473b
Octal1643411146001021415010773
Binary111010011100001100110011000001000010110011010001000111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E14C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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