#74DE57

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

Shades of Mantis #74DE57

Tints of Mantis #74DE57

Color information

#74DE57 (or 0x74DE57) is unknown color: approx Mantis. HEX triplet: 74, DE and 57. RGB value is (116,222,87). Sum of RGB (Red+Green+Blue) = 116+222+87=425 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.29% from 425); Green value is 222 (87.11% from 255 or 52.24% from 425); Blue value is 87 (34.38% from 255 or 20.47% from 425); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #74DE57 is #8B21A8. Grayscale: #AFAFAF. Windows color (decimal): -9118121 or 5758580. OLE color: 5758580.

HSL color Cylindrical-coordinate representation of color #74DE57: hue angle of 107.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74DE57 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB11622287-
CMYK0.4800.610.13
HSL107.11º67.16%60.59%-
HSV(B)107.11º60.81%87.06%-
XYZ35.0456.6418.1-
YUV174.9278.3885.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.29%
GREEN value IS 222 (87.11% from 255) = 52.24%
BLUE value IS 87 (34.38% from 255) = 20.47%
R=27.29%
G=52.24%
B=20.47%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116222870.4800.610.13107.1167.1660.59
Hex74DE573003DD6b433d
Octal164336127600751515310375
Binary11101001101111010101111100000111101110111010111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DE57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,222,87); }

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

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

 a { background-color: rgb(116,222,87); }

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

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

 span { border-color: rgb(116,222,87); }

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