#72C35E

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

Shades of Mantis #72C35E

Tints of Mantis #72C35E

Color information

#72C35E (or 0x72C35E) is unknown color: approx Mantis. HEX triplet: 72, C3 and 5E. RGB value is (114,195,94). Sum of RGB (Red+Green+Blue) = 114+195+94=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 195 (76.56% from 255 or 48.39% from 403); Blue value is 94 (37.11% from 255 or 23.33% from 403); Max value from RGB is 195 - color contains mainly: green. Hex color #72C35E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C35E is #8D3CA1. Grayscale: #9F9F9F. Windows color (decimal): -9256098 or 6210418. OLE color: 6210418.

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

Color convert

RGB11419594-
CMYK0.4200.520.24
HSL108.12º45.7%56.67%-
HSV(B)108.12º51.79%76.47%-
XYZ28.4743.4217.47-
YUV159.2791.1695.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 195 (76.56% from 255) = 48.39%
BLUE value IS 94 (37.11% from 255) = 23.33%
R=28.29%
G=48.39%
B=23.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195940.4200.520.24108.1245.756.67
Hex72C35E2A034186c2e39
Octal16230313652064301545671
Binary11100101100001110111101010100110100110001101100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C35E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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