#74E744

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

Shades of Mantis #74E744

Tints of Mantis #74E744

Color information

#74E744 (or 0x74E744) is unknown color: approx Mantis. HEX triplet: 74, E7 and 44. RGB value is (116,231,68). Sum of RGB (Red+Green+Blue) = 116+231+68=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 231 (90.62% from 255 or 55.66% from 415); Blue value is 68 (26.95% from 255 or 16.39% from 415); Max value from RGB is 231 - color contains mainly: green. Hex color #74E744 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74E744 is #8B18BB. Grayscale: #B2B2B2. Windows color (decimal): -9115836 or 4515700. OLE color: 4515700.

HSL color Cylindrical-coordinate representation of color #74E744: hue angle of 102.33º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74E744 is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.09.

Color convert

RGB11623168-
CMYK0.5000.710.09
HSL102.33º77.25%58.63%-
HSV(B)102.33º70.56%90.59%-
XYZ36.8261.2815.36-
YUV178.0365.983.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 231 (90.62% from 255) = 55.66%
BLUE value IS 68 (26.95% from 255) = 16.39%
R=27.95%
G=55.66%
B=16.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal116231680.5000.710.09102.3377.2558.63
Hex74E744320479664d3b
Octal1643471046201071114611573
Binary111010011100111100010011001001000111100111001101001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,231,68); }

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

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

 a { background-color: rgb(116,231,68); }

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

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

 span { border-color: rgb(116,231,68); }

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