Html Css Color HEX #72CA5D Mantis

📋 copy color: '#72CA5D'

red 114 ◦ green 202 ◦ blue 93

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

Shades of Mantis #72CA5D

Tints of Mantis #72CA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.74%

R = 27.87%
G = 49.39%
B = 22.74%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.54

 K value IS 0.21

RGB Variations

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

Color information

#72CA5D (or 0x72CA5D) is known color: Mantis. HEX triplet: 72, CA and 5D. RGB value is (114,202,93). Sum of RGB (Red+Green+Blue) = 114+202+93=409 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.87% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 93 (36.72% from 255 or 22.74% from 409); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA5D is #8D35A2. Grayscale: #A3A3A3. Windows color (decimal): -9254307 or 6146674. OLE color: 6146674.

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

Color convert

RGB 114 202 93 -
CMYK 0.44 0 0.54 0.21
HSL 108.44º 0.51% 0.58% -
HSV(B) 108.44º 0.54% 0.79% -
XYZ 30.04 46.61 17.77 -
YUV 163.26 88.35 92.86 -
System Red Green Blue C M Y K H S L
Decimal 114 202 93 0.44 0 0.54 0.21 108.44 0.51 0.58
Hex 72 CA 5D 2C 0 36 15 6C 33 3A
Octal 162 312 135 54 0 66 25 154 63 72
Binary 1110010 11001010 1011101 101100 0 110110 10101 1101100 110011 111010

Color Harmonies of #72CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA5D

Black with #72CA5D

Text Example


Text Example

White with #72CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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