#72C260

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

Shades of Mantis #72C260

Tints of Mantis #72C260

Color information

#72C260 (or 0x72C260) is unknown color: approx Mantis. HEX triplet: 72, C2 and 60. RGB value is (114,194,96). Sum of RGB (Red+Green+Blue) = 114+194+96=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 194 (76.17% from 255 or 48.02% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 194 - color contains mainly: green. Hex color #72C260 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C260 is #8D3D9F. Grayscale: #9F9F9F. Windows color (decimal): -9256352 or 6341234. OLE color: 6341234.

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

Color convert

RGB11419496-
CMYK0.4100.510.24
HSL108.98º44.55%56.86%-
HSV(B)108.98º50.52%76.08%-
XYZ28.3443.0117.87-
YUV158.9192.595.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.22%
GREEN value IS 194 (76.17% from 255) = 48.02%
BLUE value IS 96 (37.89% from 255) = 23.76%
R=28.22%
G=48.02%
B=23.76%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114194960.4100.510.24108.9844.5556.86
Hex72C26029033186d2d39
Octal16230214051063301555571
Binary11100101100001011000001010010110011110001101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,194,96); }

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

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

 a { background-color: rgb(114,194,96); }

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

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

 span { border-color: rgb(114,194,96); }

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