#74CA4E

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

Shades of Mantis #74CA4E

Tints of Mantis #74CA4E

Color information

#74CA4E (or 0x74CA4E) is unknown color: approx Mantis. HEX triplet: 74, CA and 4E. RGB value is (116,202,78). Sum of RGB (Red+Green+Blue) = 116+202+78=396 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.29% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 78 (30.86% from 255 or 19.70% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #74CA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74CA4E is #8B35B1. Grayscale: #A2A2A2. Windows color (decimal): -9123250 or 5163636. OLE color: 5163636.

HSL color Cylindrical-coordinate representation of color #74CA4E: hue angle of 101.61º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74CA4E is Cyan = 0.43, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB11620278-
CMYK0.4300.610.21
HSL101.61º53.91%54.9%-
HSV(B)101.61º61.39%79.22%-
XYZ29.746.514.62-
YUV162.1580.5195.08-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.29%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 78 (30.86% from 255) = 19.70%
R=29.29%
G=51.01%
B=19.70%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal116202780.4300.610.21101.6153.9154.9
Hex74CA4E2B03D15663637
Octal16431211653075251466667
Binary11101001100101010011101010110111101101011100110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,202,78); }

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

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

 a { background-color: rgb(116,202,78); }

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

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

 span { border-color: rgb(116,202,78); }

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