#72BC52

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

Shades of Mantis #72BC52

Tints of Mantis #72BC52

Color information

#72BC52 (or 0x72BC52) is unknown color: approx Mantis. HEX triplet: 72, BC and 52. RGB value is (114,188,82). Sum of RGB (Red+Green+Blue) = 114+188+82=384 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.69% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 82 (32.42% from 255 or 21.35% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #72BC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72BC52 is #8D43AD. Grayscale: #9A9A9A. Windows color (decimal): -9257902 or 5422194. OLE color: 5422194.

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

Color convert

RGB11418882-
CMYK0.3900.560.26
HSL101.89º44.17%52.94%-
HSV(B)101.89º56.38%73.73%-
XYZ26.4540.1514.34-
YUV153.7987.4899.62-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.69%
GREEN value IS 188 (73.83% from 255) = 48.96%
BLUE value IS 82 (32.42% from 255) = 21.35%
R=29.69%
G=48.96%
B=21.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114188820.3900.560.26101.8944.1752.94
Hex72BC52270381A662c35
Octal16227412247070321465465
Binary11100101011110010100101001110111000110101100110101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72BC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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