Html Css Color HEX #72C352 Mantis

📋 copy color: '#72C352'

red 114 ◦ green 195 ◦ blue 82

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

Shades of Mantis #72C352

Tints of Mantis #72C352

RGB

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

 GREEN value IS 195 (76.56% from 255) = 49.87%

 BLUE value IS 82 (32.42% from 255) = 20.97%

R = 29.16%
G = 49.87%
B = 20.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#72C352 (or 0x72C352) is known color: Mantis. HEX triplet: 72, C3 and 52. RGB value is (114,195,82). Sum of RGB (Red+Green+Blue) = 114+195+82=391 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.16% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 82 (32.42% from 255 or 20.97% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #72C352 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72C352 is #8D3CAD. Grayscale: #9E9E9E. Windows color (decimal): -9256110 or 5423986. OLE color: 5423986.

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

Color convert

RGB 114 195 82 -
CMYK 0.42 0 0.58 0.24
HSL 103.01º 0.48% 0.54% -
HSV(B) 103.01º 0.58% 0.76% -
XYZ 27.98 43.22 14.85 -
YUV 157.9 85.16 96.69 -
System Red Green Blue C M Y K H S L
Decimal 114 195 82 0.42 0 0.58 0.24 103.01 0.48 0.54
Hex 72 C3 52 2A 0 3A 18 67 30 36
Octal 162 303 122 52 0 72 30 147 60 66
Binary 1110010 11000011 1010010 101010 0 111010 11000 1100111 110000 110110

Color Harmonies of #72C352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72C352

Black with #72C352

Text Example


Text Example

White with #72C352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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