#72CD5F

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

Shades of Mantis #72CD5F

Tints of Mantis #72CD5F

Color information

#72CD5F (or 0x72CD5F) is unknown color: approx Mantis. HEX triplet: 72, CD and 5F. RGB value is (114,205,95). Sum of RGB (Red+Green+Blue) = 114+205+95=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 205 (80.47% from 255 or 49.52% from 414); Blue value is 95 (37.5% from 255 or 22.95% from 414); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD5F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CD5F is #8D32A0. Grayscale: #A5A5A5. Windows color (decimal): -9253537 or 6278514. OLE color: 6278514.

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

Color convert

RGB11420595-
CMYK0.4400.540.20
HSL109.64º52.38%58.82%-
HSV(B)109.64º53.66%80.39%-
XYZ30.8448.0718.48-
YUV165.2588.3591.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 205 (80.47% from 255) = 49.52%
BLUE value IS 95 (37.5% from 255) = 22.95%
R=27.54%
G=49.52%
B=22.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114205950.4400.540.20109.6452.3858.82
Hex72CD5F2C036146e343b
Octal16231513754066241566473
Binary11100101100110110111111011000110110101001101110110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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