#72D75D

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

Shades of Mantis #72D75D

Tints of Mantis #72D75D

Color information

#72D75D (or 0x72D75D) is unknown color: approx Mantis. HEX triplet: 72, D7 and 5D. RGB value is (114,215,93). Sum of RGB (Red+Green+Blue) = 114+215+93=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 215 (84.38% from 255 or 50.95% from 422); Blue value is 93 (36.72% from 255 or 22.04% from 422); Max value from RGB is 215 - color contains mainly: green. Hex color #72D75D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D75D is #8D28A2. Grayscale: #ABABAB. Windows color (decimal): -9250979 or 6150002. OLE color: 6150002.

HSL color Cylindrical-coordinate representation of color #72D75D: hue angle of 109.67º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #72D75D is Cyan = 0.47, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB11421593-
CMYK0.4700.570.16
HSL109.67º60.4%60.39%-
HSV(B)109.67º56.74%84.31%-
XYZ33.2252.9718.83-
YUV170.8984.0487.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.01%
GREEN value IS 215 (84.38% from 255) = 50.95%
BLUE value IS 93 (36.72% from 255) = 22.04%
R=27.01%
G=50.95%
B=22.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114215930.4700.570.16109.6760.460.39
Hex72D75D2F039106e3c3c
Octal16232713557071201567474
Binary11100101101011110111011011110111001100001101110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72D75D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,215,93); }

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

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

 a { background-color: rgb(114,215,93); }

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

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

 span { border-color: rgb(114,215,93); }

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