#74C84D

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

Shades of Mantis #74C84D

Tints of Mantis #74C84D

Color information

#74C84D (or 0x74C84D) is unknown color: approx Mantis. HEX triplet: 74, C8 and 4D. RGB value is (116,200,77). Sum of RGB (Red+Green+Blue) = 116+200+77=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 200 (78.52% from 255 or 50.89% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 200 - color contains mainly: green. Hex color #74C84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74C84D is #8B37B2. Grayscale: #A1A1A1. Windows color (decimal): -9123763 or 5097588. OLE color: 5097588.

HSL color Cylindrical-coordinate representation of color #74C84D: hue angle of 100.98º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74C84D is Cyan = 0.42, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB11620077-
CMYK0.4200.620.22
HSL100.98º52.79%54.31%-
HSV(B)100.98º61.5%78.43%-
XYZ29.245.5614.28-
YUV160.8680.6796-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.52%
GREEN value IS 200 (78.52% from 255) = 50.89%
BLUE value IS 77 (30.47% from 255) = 19.59%
R=29.52%
G=50.89%
B=19.59%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal116200770.4200.620.22100.9852.7954.31
Hex74C84D2A03E16653536
Octal16431011552076261456566
Binary11101001100100010011011010100111110101101100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74C84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,200,77); }

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

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

 a { background-color: rgb(116,200,77); }

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

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

 span { border-color: rgb(116,200,77); }

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