#72DE48

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

Shades of Mantis #72DE48

Tints of Mantis #72DE48

Color information

#72DE48 (or 0x72DE48) is unknown color: approx Mantis. HEX triplet: 72, DE and 48. RGB value is (114,222,72). Sum of RGB (Red+Green+Blue) = 114+222+72=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 222 (87.11% from 255 or 54.41% from 408); Blue value is 72 (28.52% from 255 or 17.65% from 408); Max value from RGB is 222 - color contains mainly: green. Hex color #72DE48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DE48 is #8D21B7. Grayscale: #ADADAD. Windows color (decimal): -9249208 or 4775538. OLE color: 4775538.

HSL color Cylindrical-coordinate representation of color #72DE48: hue angle of 103.2º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #72DE48 is Cyan = 0.49, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB11422272-
CMYK0.4900.680.13
HSL103.2º69.44%57.65%-
HSV(B)103.2º67.57%87.06%-
XYZ34.2356.2915.19-
YUV172.6171.2286.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.94%
GREEN value IS 222 (87.11% from 255) = 54.41%
BLUE value IS 72 (28.52% from 255) = 17.65%
R=27.94%
G=54.41%
B=17.65%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal114222720.4900.680.13103.269.4457.65
Hex72DE4831044D67453a
Octal1623361106101041514710572
Binary111001011011110100100011000101000100110111001111000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72DE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,222,72); }

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

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

 a { background-color: rgb(114,222,72); }

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

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

 span { border-color: rgb(114,222,72); }

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