#72C05A

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

Shades of Mantis #72C05A

Tints of Mantis #72C05A

Color information

#72C05A (or 0x72C05A) is unknown color: approx Mantis. HEX triplet: 72, C0 and 5A. RGB value is (114,192,90). Sum of RGB (Red+Green+Blue) = 114+192+90=396 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.79% from 396); Green value is 192 (75.39% from 255 or 48.48% from 396); Blue value is 90 (35.55% from 255 or 22.73% from 396); Max value from RGB is 192 - color contains mainly: green. Hex color #72C05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C05A is #8D3FA5. Grayscale: #9D9D9D. Windows color (decimal): -9256870 or 5947506. OLE color: 5947506.

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

Color convert

RGB11419290-
CMYK0.4100.530.25
HSL105.88º44.74%55.29%-
HSV(B)105.88º53.12%75.29%-
XYZ27.6342.0116.33-
YUV157.0590.1697.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.79%
GREEN value IS 192 (75.39% from 255) = 48.48%
BLUE value IS 90 (35.55% from 255) = 22.73%
R=28.79%
G=48.48%
B=22.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114192900.4100.530.25105.8844.7455.29
Hex72C05A29035196a2d37
Octal16230013251065311525567
Binary11100101100000010110101010010110101110011101010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C05A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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