#72CD5C

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

Shades of Mantis #72CD5C

Tints of Mantis #72CD5C

Color information

#72CD5C (or 0x72CD5C) is unknown color: approx Mantis. HEX triplet: 72, CD and 5C. RGB value is (114,205,92). Sum of RGB (Red+Green+Blue) = 114+205+92=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 92 (36.33% from 255 or 22.38% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD5C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CD5C is #8D32A3. Grayscale: #A5A5A5. Windows color (decimal): -9253540 or 6081906. OLE color: 6081906.

HSL color Cylindrical-coordinate representation of color #72CD5C: hue angle of 108.32º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72CD5C is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB11420592-
CMYK0.4400.550.20
HSL108.32º53.05%58.24%-
HSV(B)108.32º55.12%80.39%-
XYZ30.748.0117.77-
YUV164.9186.8591.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 205 (80.47% from 255) = 49.88%
BLUE value IS 92 (36.33% from 255) = 22.38%
R=27.74%
G=49.88%
B=22.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114205920.4400.550.20108.3253.0558.24
Hex72CD5C2C037146c353a
Octal16231513454067241546572
Binary11100101100110110111001011000110111101001101100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,205,92); }

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

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

 a { background-color: rgb(114,205,92); }

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

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

 span { border-color: rgb(114,205,92); }

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