#72CD54

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

Shades of Mantis #72CD54

Tints of Mantis #72CD54

Color information

#72CD54 (or 0x72CD54) is unknown color: approx Mantis. HEX triplet: 72, CD and 54. RGB value is (114,205,84). Sum of RGB (Red+Green+Blue) = 114+205+84=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 84 (33.20% from 255 or 20.84% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #72CD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CD54 is #8D32AB. Grayscale: #A4A4A4. Windows color (decimal): -9253548 or 5557618. OLE color: 5557618.

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

Color convert

RGB11420584-
CMYK0.4400.590.20
HSL105.12º54.75%56.67%-
HSV(B)105.12º59.02%80.39%-
XYZ30.3747.8816.03-
YUV16482.8592.34-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.29%
GREEN value IS 205 (80.47% from 255) = 50.87%
BLUE value IS 84 (33.20% from 255) = 20.84%
R=28.29%
G=50.87%
B=20.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal114205840.4400.590.20105.1254.7556.67
Hex72CD542C03B14693739
Octal16231512454073241516771
Binary11100101100110110101001011000111011101001101001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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