#74E245

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

Shades of Mantis #74E245

Tints of Mantis #74E245

Color information

#74E245 (or 0x74E245) is unknown color: approx Mantis. HEX triplet: 74, E2 and 45. RGB value is (116,226,69). Sum of RGB (Red+Green+Blue) = 116+226+69=411 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.22% from 411); Green value is 226 (88.67% from 255 or 54.99% from 411); Blue value is 69 (27.34% from 255 or 16.79% from 411); Max value from RGB is 226 - color contains mainly: green. Hex color #74E245 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E245 is #8B1DBA. Grayscale: #AFAFAF. Windows color (decimal): -9117115 or 4579956. OLE color: 4579956.

HSL color Cylindrical-coordinate representation of color #74E245: hue angle of 102.04º degrees, saturation: 0.73, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74E245 is Cyan = 0.49, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB11622669-
CMYK0.4900.690.11
HSL102.04º73.02%57.84%-
HSV(B)102.04º69.47%88.63%-
XYZ35.4758.5415.06-
YUV175.2168.0685.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.22%
GREEN value IS 226 (88.67% from 255) = 54.99%
BLUE value IS 69 (27.34% from 255) = 16.79%
R=28.22%
G=54.99%
B=16.79%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal116226690.4900.690.11102.0473.0257.84
Hex74E24531045B66493a
Octal1643421056101051314611172
Binary111010011100010100010111000101000101101111001101001001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,226,69); }

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

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

 a { background-color: rgb(116,226,69); }

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

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

 span { border-color: rgb(116,226,69); }

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