#72BC59

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

Shades of Mantis #72BC59

Tints of Mantis #72BC59

Color information

#72BC59 (or 0x72BC59) is unknown color: approx Mantis. HEX triplet: 72, BC and 59. RGB value is (114,188,89). Sum of RGB (Red+Green+Blue) = 114+188+89=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 188 (73.83% from 255 or 48.08% from 391); Blue value is 89 (35.16% from 255 or 22.76% from 391); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC59 is #8D43A6. Grayscale: #9A9A9A. Windows color (decimal): -9257895 or 5880946. OLE color: 5880946.

HSL color Cylindrical-coordinate representation of color #72BC59: hue angle of 104.85º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #72BC59 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.26.

Color convert

RGB11418889-
CMYK0.3900.530.26
HSL104.85º42.49%54.31%-
HSV(B)104.85º52.66%73.73%-
XYZ26.7340.2715.81-
YUV154.5990.9899.05-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.16%
GREEN value IS 188 (73.83% from 255) = 48.08%
BLUE value IS 89 (35.16% from 255) = 22.76%
R=29.16%
G=48.08%
B=22.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114188890.3900.530.26104.8542.4954.31
Hex72BC59270351A692a36
Octal16227413147065321515266
Binary11100101011110010110011001110110101110101101001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BC59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,188,89); }

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

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

 a { background-color: rgb(114,188,89); }

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

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

 span { border-color: rgb(114,188,89); }

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