#74DD3A

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

Shades of Mantis #74DD3A

Tints of Mantis #74DD3A

Color information

#74DD3A (or 0x74DD3A) is unknown color: approx Mantis. HEX triplet: 74, DD and 3A. RGB value is (116,221,58). Sum of RGB (Red+Green+Blue) = 116+221+58=395 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.37% from 395); Green value is 221 (86.72% from 255 or 55.95% from 395); Blue value is 58 (23.05% from 255 or 14.68% from 395); Max value from RGB is 221 - color contains mainly: green. Hex color #74DD3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DD3A is #8B22C5. Grayscale: #ABABAB. Windows color (decimal): -9118406 or 3857780. OLE color: 3857780.

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

Color convert

RGB11622158-
CMYK0.4800.740.13
HSL98.65º70.56%54.71%-
HSV(B)98.65º73.76%86.67%-
XYZ33.8255.7312.98-
YUV171.0264.2188.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 29.37%
GREEN value IS 221 (86.72% from 255) = 55.95%
BLUE value IS 58 (23.05% from 255) = 14.68%
R=29.37%
G=55.95%
B=14.68%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal116221580.4800.740.1398.6570.5654.71
Hex74DD3A3004AD634737
Octal164335726001121514310767
Binary11101001101110111101011000001001010110111000111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74DD3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,221,58); }

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

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

 a { background-color: rgb(116,221,58); }

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

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

 span { border-color: rgb(116,221,58); }

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