#72C360

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

Shades of Mantis #72C360

Tints of Mantis #72C360

Color information

#72C360 (or 0x72C360) is unknown color: approx Mantis. HEX triplet: 72, C3 and 60. RGB value is (114,195,96). Sum of RGB (Red+Green+Blue) = 114+195+96=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 195 - color contains mainly: green. Hex color #72C360 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C360 is #8D3C9F. Grayscale: #9F9F9F. Windows color (decimal): -9256096 or 6341490. OLE color: 6341490.

HSL color Cylindrical-coordinate representation of color #72C360: hue angle of 109.09º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #72C360 is Cyan = 0.42, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB11419596-
CMYK0.4200.510.24
HSL109.09º45.21%57.06%-
HSV(B)109.09º50.77%76.47%-
XYZ28.5743.4517.95-
YUV159.4992.1695.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.15%
GREEN value IS 195 (76.56% from 255) = 48.15%
BLUE value IS 96 (37.89% from 255) = 23.70%
R=28.15%
G=48.15%
B=23.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195960.4200.510.24109.0945.2157.06
Hex72C3602A033186d2d39
Octal16230314052063301555571
Binary11100101100001111000001010100110011110001101101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,195,96); }

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

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

 a { background-color: rgb(114,195,96); }

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

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

 span { border-color: rgb(114,195,96); }

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