Html Css Color HEX #72CA61 Mantis

📋 copy color: '#72CA61'

red 114 ◦ green 202 ◦ blue 97

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

Shades of Mantis #72CA61

Tints of Mantis #72CA61

RGB

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

 GREEN value IS 202 (79.3% from 255) = 48.91%

 BLUE value IS 97 (38.28% from 255) = 23.49%

R = 27.6%
G = 48.91%
B = 23.49%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#72CA61 (or 0x72CA61) is known color: Mantis. HEX triplet: 72, CA and 61. RGB value is (114,202,97). Sum of RGB (Red+Green+Blue) = 114+202+97=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 202 (79.30% from 255 or 48.91% from 413); Blue value is 97 (38.28% from 255 or 23.49% from 413); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA61 is #8D359E. Grayscale: #A4A4A4. Windows color (decimal): -9254303 or 6408818. OLE color: 6408818.

HSL color Cylindrical-coordinate representation of color #72CA61: hue angle of 110.29º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #72CA61 is Cyan = 0.44, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 202 97 -
CMYK 0.44 0 0.52 0.21
HSL 110.29º 0.5% 0.59% -
HSV(B) 110.29º 0.52% 0.79% -
XYZ 30.22 46.68 18.73 -
YUV 163.72 90.35 92.54 -
System Red Green Blue C M Y K H S L
Decimal 114 202 97 0.44 0 0.52 0.21 110.29 0.5 0.59
Hex 72 CA 61 2C 0 34 15 6E 32 3B
Octal 162 312 141 54 0 64 25 156 62 73
Binary 1110010 11001010 1100001 101100 0 110100 10101 1101110 110010 111011

Color Harmonies of #72CA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA61

Black with #72CA61

Text Example


Text Example

White with #72CA61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,202,97); }

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

background-color css

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

 a { background-color: rgb(114,202,97); }

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

border-color css

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

 span { border-color: rgb(114,202,97); }

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