#72C358

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

Shades of Mantis #72C358

Tints of Mantis #72C358

Color information

#72C358 (or 0x72C358) is unknown color: approx Mantis. HEX triplet: 72, C3 and 58. RGB value is (114,195,88). Sum of RGB (Red+Green+Blue) = 114+195+88=397 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.72% from 397); Green value is 195 (76.56% from 255 or 49.12% from 397); Blue value is 88 (34.77% from 255 or 22.17% from 397); Max value from RGB is 195 - color contains mainly: green. Hex color #72C358 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C358 is #8D3CA7. Grayscale: #9E9E9E. Windows color (decimal): -9256104 or 5817202. OLE color: 5817202.

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

Color convert

RGB11419588-
CMYK0.4200.550.24
HSL105.42º47.14%55.49%-
HSV(B)105.42º54.87%76.47%-
XYZ28.2243.3116.11-
YUV158.5888.1696.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 28.72%
GREEN value IS 195 (76.56% from 255) = 49.12%
BLUE value IS 88 (34.77% from 255) = 22.17%
R=28.72%
G=49.12%
B=22.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114195880.4200.550.24105.4247.1455.49
Hex72C3582A03718692f37
Octal16230313052067301515767
Binary11100101100001110110001010100110111110001101001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72C358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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