#72D858

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

Shades of Mantis #72D858

Tints of Mantis #72D858

Color information

#72D858 (or 0x72D858) is unknown color: approx Mantis. HEX triplet: 72, D8 and 58. RGB value is (114,216,88). Sum of RGB (Red+Green+Blue) = 114+216+88=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 216 (84.77% from 255 or 51.67% from 418); Blue value is 88 (34.77% from 255 or 21.05% from 418); Max value from RGB is 216 - color contains mainly: green. Hex color #72D858 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D858 is #8D27A7. Grayscale: #ABABAB. Windows color (decimal): -9250728 or 5822578. OLE color: 5822578.

HSL color Cylindrical-coordinate representation of color #72D858: hue angle of 107.81º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72D858 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB11421688-
CMYK0.4700.590.15
HSL107.81º62.14%59.61%-
HSV(B)107.81º59.26%84.71%-
XYZ33.2653.3917.79-
YUV170.9181.2187.41-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 216 (84.77% from 255) = 51.67%
BLUE value IS 88 (34.77% from 255) = 21.05%
R=27.27%
G=51.67%
B=21.05%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal114216880.4700.590.15107.8162.1459.61
Hex72D8582F03BF6c3e3c
Octal16233013057073171547674
Binary1110010110110001011000101111011101111111101100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,216,88); }

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

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

 a { background-color: rgb(114,216,88); }

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

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

 span { border-color: rgb(114,216,88); }

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