#72BE61

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

Shades of Mantis #72BE61

Tints of Mantis #72BE61

Color information

#72BE61 (or 0x72BE61) is unknown color: approx Mantis. HEX triplet: 72, BE and 61. RGB value is (114,190,97). Sum of RGB (Red+Green+Blue) = 114+190+97=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 190 - color contains mainly: green. Hex color #72BE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BE61 is #8D419E. Grayscale: #9C9C9C. Windows color (decimal): -9257375 or 6405746. OLE color: 6405746.

HSL color Cylindrical-coordinate representation of color #72BE61: hue angle of 109.03º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72BE61 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB11419097-
CMYK0.4000.490.25
HSL109.03º41.7%56.27%-
HSV(B)109.03º48.95%74.51%-
XYZ27.5141.2717.82-
YUV156.6794.3297.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.43%
GREEN value IS 190 (74.61% from 255) = 47.38%
BLUE value IS 97 (38.28% from 255) = 24.19%
R=28.43%
G=47.38%
B=24.19%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114190970.4000.490.25109.0341.756.27
Hex72BE6128031196d2a38
Octal16227614150061311555270
Binary11100101011111011000011010000110001110011101101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,190,97); }

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

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

 a { background-color: rgb(114,190,97); }

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

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

 span { border-color: rgb(114,190,97); }

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