#72D356

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

Shades of Mantis #72D356

Tints of Mantis #72D356

Color information

#72D356 (or 0x72D356) is unknown color: approx Mantis. HEX triplet: 72, D3 and 56. RGB value is (114,211,86). Sum of RGB (Red+Green+Blue) = 114+211+86=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 211 (82.81% from 255 or 51.34% from 411); Blue value is 86 (33.98% from 255 or 20.92% from 411); Max value from RGB is 211 - color contains mainly: green. Hex color #72D356 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D356 is #8D2CA9. Grayscale: #A8A8A8. Windows color (decimal): -9252010 or 5690226. OLE color: 5690226.

HSL color Cylindrical-coordinate representation of color #72D356: hue angle of 106.56º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72D356 is Cyan = 0.46, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB11421186-
CMYK0.4600.590.17
HSL106.56º58.69%58.24%-
HSV(B)106.56º59.24%82.75%-
XYZ31.9150.8416.93-
YUV167.7581.8689.66-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 211 (82.81% from 255) = 51.34%
BLUE value IS 86 (33.98% from 255) = 20.92%
R=27.74%
G=51.34%
B=20.92%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal114211860.4600.590.17106.5658.6958.24
Hex72D3562E03B116b3b3a
Octal16232312656073211537372
Binary11100101101001110101101011100111011100011101011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,211,86); }

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

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

 a { background-color: rgb(114,211,86); }

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

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

 span { border-color: rgb(114,211,86); }

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