#72DD40

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

Shades of Mantis #72DD40

Tints of Mantis #72DD40

Color information

#72DD40 (or 0x72DD40) is unknown color: approx Mantis. HEX triplet: 72, DD and 40. RGB value is (114,221,64). Sum of RGB (Red+Green+Blue) = 114+221+64=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 221 (86.72% from 255 or 55.39% from 399); Blue value is 64 (25.39% from 255 or 16.04% from 399); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DD40 is #8D22BF. Grayscale: #ABABAB. Windows color (decimal): -9249472 or 4250994. OLE color: 4250994.

HSL color Cylindrical-coordinate representation of color #72DD40: hue angle of 100.89º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72DD40 is Cyan = 0.48, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB11422164-
CMYK0.4800.710.13
HSL100.89º69.78%55.88%-
HSV(B)100.89º71.04%86.67%-
XYZ33.7255.6613.82-
YUV171.1167.5587.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.57%
GREEN value IS 221 (86.72% from 255) = 55.39%
BLUE value IS 64 (25.39% from 255) = 16.04%
R=28.57%
G=55.39%
B=16.04%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114221640.4800.710.13100.8969.7855.88
Hex72DD4030047D654638
Octal1623351006001071514510670
Binary111001011011101100000011000001000111110111001011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,221,64); }

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

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

 a { background-color: rgb(114,221,64); }

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

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

 span { border-color: rgb(114,221,64); }

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