#72D060

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

Shades of Mantis #72D060

Tints of Mantis #72D060

Color information

#72D060 (or 0x72D060) is unknown color: approx Mantis. HEX triplet: 72, D0 and 60. RGB value is (114,208,96). Sum of RGB (Red+Green+Blue) = 114+208+96=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #72D060 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D060 is #8D2F9F. Grayscale: #A7A7A7. Windows color (decimal): -9252768 or 6344818. OLE color: 6344818.

HSL color Cylindrical-coordinate representation of color #72D060: hue angle of 110.36º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #72D060 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.18.

Color convert

RGB11420896-
CMYK0.4500.540.18
HSL110.36º54.37%59.61%-
HSV(B)110.36º53.85%81.57%-
XYZ31.6149.5318.96-
YUV167.1387.8690.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 208 (81.64% from 255) = 49.76%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=27.27%
G=49.76%
B=22.97%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114208960.4500.540.18110.3654.3759.61
Hex72D0602D036126e363c
Octal16232014055066221566674
Binary11100101101000011000001011010110110100101101110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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