Html Css Color HEX #72C160 Mantis

📋 copy color: '#72C160'

red 114 ◦ green 193 ◦ blue 96

#72C160
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantis #72C160

Tints of Mantis #72C160

RGB

 RED value IS 114 (44.92% from 255) = 28.29%

 GREEN value IS 193 (75.78% from 255) = 47.89%

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 28.29%
G = 47.89%
B = 23.82%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#72C160 (or 0x72C160) is known color: Mantis. HEX triplet: 72, C1 and 60. RGB value is (114,193,96). Sum of RGB (Red+Green+Blue) = 114+193+96=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 193 (75.78% from 255 or 47.89% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 193 - color contains mainly: green. Hex color #72C160 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C160 is #8D3E9F. Grayscale: #9E9E9E. Windows color (decimal): -9256608 or 6340978. OLE color: 6340978.

HSL color Cylindrical-coordinate representation of color #72C160: hue angle of 108.87º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #72C160 is Cyan = 0.41, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 114 193 96 -
CMYK 0.41 0 0.50 0.24
HSL 108.87º 0.44% 0.57% -
HSV(B) 108.87º 0.5% 0.76% -
XYZ 28.12 42.56 17.8 -
YUV 158.32 92.83 96.39 -
System Red Green Blue C M Y K H S L
Decimal 114 193 96 0.41 0 0.50 0.24 108.87 0.44 0.57
Hex 72 C1 60 29 0 32 18 6D 2C 39
Octal 162 301 140 51 0 62 30 155 54 71
Binary 1110010 11000001 1100000 101001 0 110010 11000 1101101 101100 111001

Color Harmonies of #72C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C160

Black with #72C160

Text Example


Text Example

White with #72C160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #72C160;
 }
 .AnyTagClassName
 {
   color: #72C160;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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