#72BF50

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

Shades of Mantis #72BF50

Tints of Mantis #72BF50

Color information

#72BF50 (or 0x72BF50) is unknown color: approx Mantis. HEX triplet: 72, BF and 50. RGB value is (114,191,80). Sum of RGB (Red+Green+Blue) = 114+191+80=385 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.61% from 385); Green value is 191 (75% from 255 or 49.61% from 385); Blue value is 80 (31.64% from 255 or 20.78% from 385); Max value from RGB is 191 - color contains mainly: green. Hex color #72BF50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BF50 is #8D40AF. Grayscale: #9B9B9B. Windows color (decimal): -9257136 or 5291890. OLE color: 5291890.

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

Color convert

RGB11419180-
CMYK0.4000.580.25
HSL101.62º46.44%53.14%-
HSV(B)101.62º58.12%74.9%-
XYZ27.0241.4214.16-
YUV155.3285.4998.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.61%
GREEN value IS 191 (75% from 255) = 49.61%
BLUE value IS 80 (31.64% from 255) = 20.78%
R=29.61%
G=49.61%
B=20.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114191800.4000.580.25101.6246.4453.14
Hex72BF502803A19662e35
Octal16227712050072311465665
Binary11100101011111110100001010000111010110011100110101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,191,80); }

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

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

 a { background-color: rgb(114,191,80); }

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

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

 span { border-color: rgb(114,191,80); }

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