#72C95B

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

Shades of Mantis #72C95B

Tints of Mantis #72C95B

Color information

#72C95B (or 0x72C95B) is unknown color: approx Mantis. HEX triplet: 72, C9 and 5B. RGB value is (114,201,91). Sum of RGB (Red+Green+Blue) = 114+201+91=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 201 (78.91% from 255 or 49.51% from 406); Blue value is 91 (35.94% from 255 or 22.41% from 406); Max value from RGB is 201 - color contains mainly: green. Hex color #72C95B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C95B is #8D36A4. Grayscale: #A2A2A2. Windows color (decimal): -9254565 or 6015346. OLE color: 6015346.

HSL color Cylindrical-coordinate representation of color #72C95B: hue angle of 107.45º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72C95B is Cyan = 0.43, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB11420191-
CMYK0.4300.550.21
HSL107.45º50.46%57.25%-
HSV(B)107.45º54.73%78.82%-
XYZ29.7146.1117.23-
YUV162.4587.6893.44-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.08%
GREEN value IS 201 (78.91% from 255) = 49.51%
BLUE value IS 91 (35.94% from 255) = 22.41%
R=28.08%
G=49.51%
B=22.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal114201910.4300.550.21107.4550.4657.25
Hex72C95B2B037156b3239
Octal16231113353067251536271
Binary11100101100100110110111010110110111101011101011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,201,91); }

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

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

 a { background-color: rgb(114,201,91); }

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

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

 span { border-color: rgb(114,201,91); }

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