#72D061

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

Shades of Mantis #72D061

Tints of Mantis #72D061

Color information

#72D061 (or 0x72D061) is unknown color: approx Mantis. HEX triplet: 72, D0 and 61. RGB value is (114,208,97). Sum of RGB (Red+Green+Blue) = 114+208+97=419 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.21% from 419); Green value is 208 (81.64% from 255 or 49.64% from 419); Blue value is 97 (38.28% from 255 or 23.15% from 419); Max value from RGB is 208 - color contains mainly: green. Hex color #72D061 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D061 is #8D2F9E. Grayscale: #A7A7A7. Windows color (decimal): -9252767 or 6410354. OLE color: 6410354.

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

Color convert

RGB11420897-
CMYK0.4500.530.18
HSL110.81º54.15%59.8%-
HSV(B)110.81º53.37%81.57%-
XYZ31.6549.5519.21-
YUV167.2488.3690.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.21%
GREEN value IS 208 (81.64% from 255) = 49.64%
BLUE value IS 97 (38.28% from 255) = 23.15%
R=27.21%
G=49.64%
B=23.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114208970.4500.530.18110.8154.1559.8
Hex72D0612D035126f363c
Octal16232014155065221576674
Binary11100101101000011000011011010110101100101101111110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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