#72C367

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

Shades of Mantis #72C367

Tints of Mantis #72C367

Color information

#72C367 (or 0x72C367) is unknown color: approx Mantis. HEX triplet: 72, C3 and 67. RGB value is (114,195,103). Sum of RGB (Red+Green+Blue) = 114+195+103=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 103 (40.62% from 255 or 25% from 412); Max value from RGB is 195 - color contains mainly: green. Hex color #72C367 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C367 is #8D3C98. Grayscale: #A0A0A0. Windows color (decimal): -9256089 or 6800242. OLE color: 6800242.

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

Color convert

RGB114195103-
CMYK0.4200.470.24
HSL112.83º43.4%58.43%-
HSV(B)112.83º47.18%76.47%-
XYZ28.943.5919.72-
YUV160.2995.6694.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.67%
GREEN value IS 195 (76.56% from 255) = 47.33%
BLUE value IS 103 (40.62% from 255) = 25%
R=27.67%
G=47.33%
B=25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141951030.4200.470.24112.8343.458.43
Hex72C3672A02F18712b3a
Octal16230314752057301615372
Binary11100101100001111001111010100101111110001110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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