#74CC4A

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

Shades of Mantis #74CC4A

Tints of Mantis #74CC4A

Color information

#74CC4A (or 0x74CC4A) is unknown color: approx Mantis. HEX triplet: 74, CC and 4A. RGB value is (116,204,74). Sum of RGB (Red+Green+Blue) = 116+204+74=394 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.44% from 394); Green value is 204 (80.08% from 255 or 51.78% from 394); Blue value is 74 (29.30% from 255 or 18.78% from 394); Max value from RGB is 204 - color contains mainly: green. Hex color #74CC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74CC4A is #8B33B5. Grayscale: #A3A3A3. Windows color (decimal): -9122742 or 4902004. OLE color: 4902004.

HSL color Cylindrical-coordinate representation of color #74CC4A: hue angle of 100.62º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74CC4A is Cyan = 0.43, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB11620474-
CMYK0.4300.640.2
HSL100.62º56.03%54.51%-
HSV(B)100.62º63.73%80%-
XYZ30.0347.3914.04-
YUV162.8777.8594.57-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.44%
GREEN value IS 204 (80.08% from 255) = 51.78%
BLUE value IS 74 (29.30% from 255) = 18.78%
R=29.44%
G=51.78%
B=18.78%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal116204740.4300.640.2100.6256.0354.51
Hex74CC4A2B04014653837
Octal164314112530100241457067
Binary111010011001100100101010101101000000101001100101111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74CC4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,204,74); }

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

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

 a { background-color: rgb(116,204,74); }

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

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

 span { border-color: rgb(116,204,74); }

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