#74d747

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

Shades of Mantis #74D747

Tints of Mantis #74D747

Color information

#74D747 (or 0x74D747) is unknown color: approx Mantis. HEX triplet: 74, D7 and 47. RGB value is (116,215,71). Sum of RGB (Red+Green+Blue) = 116+215+71=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 215 (84.38% from 255 or 53.48% from 402); Blue value is 71 (28.12% from 255 or 17.66% from 402); Max value from RGB is 215 - color contains mainly: green. Hex color #74D747 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D747 is #8B28B8. Grayscale: #A9A9A9. Windows color (decimal): -9119929 or 4708212. OLE color: 4708212.

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

Color convert

RGB11621571-
CMYK0.4600.670.16
HSL101.25º64.29%56.08%-
HSV(B)101.25º66.98%84.31%-
XYZ32.6452.7714.43-
YUV168.9872.790.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 215 (84.38% from 255) = 53.48%
BLUE value IS 71 (28.12% from 255) = 17.66%
R=28.86%
G=53.48%
B=17.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal116215710.4600.670.16101.2564.2956.08
Hex74D7472E04310654038
Octal1643271075601032014510070
Binary1110100110101111000111101110010000111000011001011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74d747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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