#72B25A

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

Shades of Mantis #72B25A

Tints of Mantis #72B25A

Color information

#72B25A (or 0x72B25A) is unknown color: approx Mantis. HEX triplet: 72, B2 and 5A. RGB value is (114,178,90). Sum of RGB (Red+Green+Blue) = 114+178+90=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 178 (69.92% from 255 or 46.60% from 382); Blue value is 90 (35.55% from 255 or 23.56% from 382); Max value from RGB is 178 - color contains mainly: green. Hex color #72B25A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72B25A is #8D4DA5. Grayscale: #959595. Windows color (decimal): -9260454 or 5943922. OLE color: 5943922.

HSL color Cylindrical-coordinate representation of color #72B25A: hue angle of 103.64º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72B25A is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB11417890-
CMYK0.3600.490.30
HSL103.64º36.36%52.55%-
HSV(B)103.64º49.44%69.8%-
XYZ24.7136.1615.35-
YUV148.8394.8103.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.84%
GREEN value IS 178 (69.92% from 255) = 46.60%
BLUE value IS 90 (35.55% from 255) = 23.56%
R=29.84%
G=46.60%
B=23.56%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114178900.3600.490.30103.6436.3652.55
Hex72B25A240311E682435
Octal16226213244061361504465
Binary11100101011001010110101001000110001111101101000100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72B25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,178,90); }

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

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

 a { background-color: rgb(114,178,90); }

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

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

 span { border-color: rgb(114,178,90); }

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