#72C85A

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

Shades of Mantis #72C85A

Tints of Mantis #72C85A

Color information

#72C85A (or 0x72C85A) is unknown color: approx Mantis. HEX triplet: 72, C8 and 5A. RGB value is (114,200,90). Sum of RGB (Red+Green+Blue) = 114+200+90=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 200 (78.52% from 255 or 49.50% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 200 - color contains mainly: green. Hex color #72C85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C85A is #8D37A5. Grayscale: #A2A2A2. Windows color (decimal): -9254822 or 5949554. OLE color: 5949554.

HSL color Cylindrical-coordinate representation of color #72C85A: hue angle of 106.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C85A is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.

Color convert

RGB11420090-
CMYK0.4300.550.22
HSL106.91º50%56.86%-
HSV(B)106.91º55%78.43%-
XYZ29.4445.6216.93-
YUV161.7587.5193.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 200 (78.52% from 255) = 49.50%
BLUE value IS 90 (35.55% from 255) = 22.28%
R=28.22%
G=49.50%
B=22.28%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal114200900.4300.550.22106.915056.86
Hex72C85A2B037166b3239
Octal16231013253067261536271
Binary11100101100100010110101010110110111101101101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,200,90); }

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

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

 a { background-color: rgb(114,200,90); }

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

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

 span { border-color: rgb(114,200,90); }

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