#72D55D

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

Shades of Mantis #72D55D

Tints of Mantis #72D55D

Color information

#72D55D (or 0x72D55D) is unknown color: approx Mantis. HEX triplet: 72, D5 and 5D. RGB value is (114,213,93). Sum of RGB (Red+Green+Blue) = 114+213+93=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 93 (36.72% from 255 or 22.14% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #72D55D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D55D is #8D2AA2. Grayscale: #AAAAAA. Windows color (decimal): -9251491 or 6149490. OLE color: 6149490.

HSL color Cylindrical-coordinate representation of color #72D55D: hue angle of 109.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #72D55D is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB11421393-
CMYK0.4600.560.16
HSL109.5º58.82%60%-
HSV(B)109.5º56.34%83.53%-
XYZ32.7151.9618.66-
YUV169.7284.788.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 213 (83.59% from 255) = 50.71%
BLUE value IS 93 (36.72% from 255) = 22.14%
R=27.14%
G=50.71%
B=22.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114213930.4600.560.16109.558.8260
Hex72D55D2E038106e3b3c
Octal16232513556070201567374
Binary11100101101010110111011011100111000100001101110111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D55D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,213,93); }

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

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

 a { background-color: rgb(114,213,93); }

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

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

 span { border-color: rgb(114,213,93); }

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