#72C45F

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

Shades of Mantis #72C45F

Tints of Mantis #72C45F

Color information

#72C45F (or 0x72C45F) is unknown color: approx Mantis. HEX triplet: 72, C4 and 5F. RGB value is (114,196,95). Sum of RGB (Red+Green+Blue) = 114+196+95=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 196 (76.95% from 255 or 48.40% from 405); Blue value is 95 (37.5% from 255 or 23.46% from 405); Max value from RGB is 196 - color contains mainly: green. Hex color #72C45F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C45F is #8D3BA0. Grayscale: #A0A0A0. Windows color (decimal): -9255841 or 6276210. OLE color: 6276210.

HSL color Cylindrical-coordinate representation of color #72C45F: hue angle of 108.71º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72C45F is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB11419695-
CMYK0.4200.520.23
HSL108.71º46.12%57.06%-
HSV(B)108.71º51.53%76.86%-
XYZ28.7443.8817.78-
YUV159.9791.3395.21-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 196 (76.95% from 255) = 48.40%
BLUE value IS 95 (37.5% from 255) = 23.46%
R=28.15%
G=48.40%
B=23.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114196950.4200.520.23108.7146.1257.06
Hex72C45F2A034176d2e39
Octal16230413752064271555671
Binary11100101100010010111111010100110100101111101101101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C45F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,196,95); }

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

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

 a { background-color: rgb(114,196,95); }

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

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

 span { border-color: rgb(114,196,95); }

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