#74D84D

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

Shades of Mantis #74D84D

Tints of Mantis #74D84D

Color information

#74D84D (or 0x74D84D) is unknown color: approx Mantis. HEX triplet: 74, D8 and 4D. RGB value is (116,216,77). Sum of RGB (Red+Green+Blue) = 116+216+77=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 77 (30.47% from 255 or 18.83% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #74D84D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D84D is #8B27B2. Grayscale: #AAAAAA. Windows color (decimal): -9119667 or 5101684. OLE color: 5101684.

HSL color Cylindrical-coordinate representation of color #74D84D: hue angle of 103.17º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #74D84D is Cyan = 0.46, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB11621677-
CMYK0.4600.640.15
HSL103.17º64.06%57.45%-
HSV(B)103.17º64.35%84.71%-
XYZ33.153.3615.58-
YUV170.2575.3789.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.36%
GREEN value IS 216 (84.77% from 255) = 52.81%
BLUE value IS 77 (30.47% from 255) = 18.83%
R=28.36%
G=52.81%
B=18.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116216770.4600.640.15103.1764.0657.45
Hex74D84D2E040F674039
Octal1643301155601001714710071
Binary111010011011000100110110111001000000111111001111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D84D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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