#72c34f

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

Shades of Mantis #72C34F

Tints of Mantis #72C34F

Color information

#72C34F (or 0x72C34F) is unknown color: approx Mantis. HEX triplet: 72, C3 and 4F. RGB value is (114,195,79). Sum of RGB (Red+Green+Blue) = 114+195+79=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 195 (76.56% from 255 or 50.26% from 388); Blue value is 79 (31.25% from 255 or 20.36% from 388); Max value from RGB is 195 - color contains mainly: green. Hex color #72C34F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C34F is #8D3CB0. Grayscale: #9D9D9D. Windows color (decimal): -9256113 or 5227378. OLE color: 5227378.

HSL color Cylindrical-coordinate representation of color #72C34F: hue angle of 101.9º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72C34F is Cyan = 0.42, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB11419579-
CMYK0.4200.590.24
HSL101.9º49.15%53.73%-
HSV(B)101.9º59.49%76.47%-
XYZ27.8743.1714.26-
YUV157.5683.6696.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 195 (76.56% from 255) = 50.26%
BLUE value IS 79 (31.25% from 255) = 20.36%
R=29.38%
G=50.26%
B=20.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195790.4200.590.24101.949.1553.73
Hex72C34F2A03B18663136
Octal16230311752073301466166
Binary11100101100001110011111010100111011110001100110110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72c34f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,195,79); }

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

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

 a { background-color: rgb(114,195,79); }

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

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

 span { border-color: rgb(114,195,79); }

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