#72C267

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

Shades of Mantis #72C267

Tints of Mantis #72C267

Color information

#72C267 (or 0x72C267) is unknown color: approx Mantis. HEX triplet: 72, C2 and 67. RGB value is (114,194,103). Sum of RGB (Red+Green+Blue) = 114+194+103=411 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.74% from 411); Green value is 194 (76.17% from 255 or 47.20% from 411); Blue value is 103 (40.62% from 255 or 25.06% from 411); Max value from RGB is 194 - color contains mainly: green. Hex color #72C267 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C267 is #8D3D98. Grayscale: #9F9F9F. Windows color (decimal): -9256345 or 6799986. OLE color: 6799986.

HSL color Cylindrical-coordinate representation of color #72C267: hue angle of 112.75º 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 #72C267 is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB114194103-
CMYK0.4100.470.24
HSL112.75º42.72%58.24%-
HSV(B)112.75º46.91%76.08%-
XYZ28.6843.1419.65-
YUV159.719695.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.74%
GREEN value IS 194 (76.17% from 255) = 47.20%
BLUE value IS 103 (40.62% from 255) = 25.06%
R=27.74%
G=47.20%
B=25.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1141941030.4100.470.24112.7542.7258.24
Hex72C2672902F18712b3a
Octal16230214751057301615372
Binary11100101100001011001111010010101111110001110001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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