#72C94D

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

Shades of Mantis #72C94D

Tints of Mantis #72C94D

Color information

#72C94D (or 0x72C94D) is unknown color: approx Mantis. HEX triplet: 72, C9 and 4D. RGB value is (114,201,77). Sum of RGB (Red+Green+Blue) = 114+201+77=392 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.08% from 392); Green value is 201 (78.91% from 255 or 51.28% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 201 - color contains mainly: green. Hex color #72C94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C94D is #8D36B2. Grayscale: #A1A1A1. Windows color (decimal): -9254579 or 5097842. OLE color: 5097842.

HSL color Cylindrical-coordinate representation of color #72C94D: hue angle of 102.1º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #72C94D is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB11420177-
CMYK0.4300.620.21
HSL102.1º53.45%54.51%-
HSV(B)102.1º61.69%78.82%-
XYZ29.1745.8914.34-
YUV160.8580.6894.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.08%
GREEN value IS 201 (78.91% from 255) = 51.28%
BLUE value IS 77 (30.47% from 255) = 19.64%
R=29.08%
G=51.28%
B=19.64%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114201770.4300.620.21102.153.4554.51
Hex72C94D2B03E15663537
Octal16231111553076251466567
Binary11100101100100110011011010110111110101011100110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C94D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72C94D; }

 p { color: rgb(114,201,77); }

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

<style>
 a { background-color: #72C94D; }

 a { background-color: rgb(114,201,77); }

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

<style>
 span { border-color: #72C94D; }

 span { border-color: rgb(114,201,77); }

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