#72D546

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

Shades of Mantis #72D546

Tints of Mantis #72D546

Color information

#72D546 (or 0x72D546) is unknown color: approx Mantis. HEX triplet: 72, D5 and 46. RGB value is (114,213,70). Sum of RGB (Red+Green+Blue) = 114+213+70=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 70 (27.73% from 255 or 17.63% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #72D546 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72D546 is #8D2AB9. Grayscale: #A7A7A7. Windows color (decimal): -9251514 or 4642162. OLE color: 4642162.

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

Color convert

RGB11421370-
CMYK0.4600.670.16
HSL101.54º63%55.49%-
HSV(B)101.54º67.14%83.53%-
XYZ31.8451.6114.08-
YUV167.173.290.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 213 (83.59% from 255) = 53.65%
BLUE value IS 70 (27.73% from 255) = 17.63%
R=28.72%
G=53.65%
B=17.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114213700.4600.670.16101.546355.49
Hex72D5462E04310663f37
Octal162325106560103201467767
Binary111001011010101100011010111001000011100001100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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