#74D75E

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

Shades of Mantis #74D75E

Tints of Mantis #74D75E

Color information

#74D75E (or 0x74D75E) is unknown color: approx Mantis. HEX triplet: 74, D7 and 5E. RGB value is (116,215,94). Sum of RGB (Red+Green+Blue) = 116+215+94=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 215 (84.38% from 255 or 50.59% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 215 - color contains mainly: green. Hex color #74D75E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74D75E is #8B28A1. Grayscale: #ABABAB. Windows color (decimal): -9119906 or 6215540. OLE color: 6215540.

HSL color Cylindrical-coordinate representation of color #74D75E: hue angle of 109.09º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74D75E is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB11621594-
CMYK0.4600.560.16
HSL109.09º60.2%60.59%-
HSV(B)109.09º56.28%84.31%-
XYZ33.5253.1219.08-
YUV171.684.288.34-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 215 (84.38% from 255) = 50.59%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=27.29%
G=50.59%
B=22.12%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116215940.4600.560.16109.0960.260.59
Hex74D75E2E038106d3c3d
Octal16432713656070201557475
Binary11101001101011110111101011100111000100001101101111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74D75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,215,94); }

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

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

 a { background-color: rgb(116,215,94); }

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

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

 span { border-color: rgb(116,215,94); }

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