#72D744

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

Shades of Mantis #72D744

Tints of Mantis #72D744

Color information

#72D744 (or 0x72D744) is unknown color: approx Mantis. HEX triplet: 72, D7 and 44. RGB value is (114,215,68). Sum of RGB (Red+Green+Blue) = 114+215+68=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #72D744 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D744 is #8D28BB. Grayscale: #A8A8A8. Windows color (decimal): -9251004 or 4511602. OLE color: 4511602.

HSL color Cylindrical-coordinate representation of color #72D744: hue angle of 101.22º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72D744 is Cyan = 0.47, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB11421568-
CMYK0.4700.680.16
HSL101.22º64.76%55.49%-
HSV(B)101.22º68.37%84.31%-
XYZ32.2852.613.92-
YUV168.0471.5489.45-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 215 (84.38% from 255) = 54.16%
BLUE value IS 68 (26.95% from 255) = 17.13%
R=28.72%
G=54.16%
B=17.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114215680.4700.680.16101.2264.7655.49
Hex72D7442F04410654137
Octal1623271045701042014510167
Binary1110010110101111000100101111010001001000011001011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,215,68); }

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

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

 a { background-color: rgb(114,215,68); }

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

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

 span { border-color: rgb(114,215,68); }

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