#72C05E

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

Shades of Mantis #72C05E

Tints of Mantis #72C05E

Color information

#72C05E (or 0x72C05E) is unknown color: approx Mantis. HEX triplet: 72, C0 and 5E. RGB value is (114,192,94). Sum of RGB (Red+Green+Blue) = 114+192+94=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 192 (75.39% from 255 or 48% from 400); Blue value is 94 (37.11% from 255 or 23.5% from 400); Max value from RGB is 192 - color contains mainly: green. Hex color #72C05E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C05E is #8D3FA1. Grayscale: #9D9D9D. Windows color (decimal): -9256866 or 6209650. OLE color: 6209650.

HSL color Cylindrical-coordinate representation of color #72C05E: hue angle of 107.76º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C05E is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB11419294-
CMYK0.4100.510.25
HSL107.76º43.75%56.08%-
HSV(B)107.76º51.04%75.29%-
XYZ27.8142.0817.25-
YUV157.5192.1696.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.5%
GREEN value IS 192 (75.39% from 255) = 48%
BLUE value IS 94 (37.11% from 255) = 23.5%
R=28.5%
G=48%
B=23.5%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114192940.4100.510.25107.7643.7556.08
Hex72C05E29033196c2c38
Octal16230013651063311545470
Binary11100101100000010111101010010110011110011101100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,192,94); }

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

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

 a { background-color: rgb(114,192,94); }

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

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

 span { border-color: rgb(114,192,94); }

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