Html Css Color HEX #72CA4D Mantis

📋 copy color: '#72CA4D'

red 114 ◦ green 202 ◦ blue 77

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

Shades of Mantis #72CA4D

Tints of Mantis #72CA4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.59%

R = 29.01%
G = 51.4%
B = 19.59%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.62

 K value IS 0.21

RGB Variations

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

Color information

#72CA4D (or 0x72CA4D) is known color: Mantis. HEX triplet: 72, CA and 4D. RGB value is (114,202,77). Sum of RGB (Red+Green+Blue) = 114+202+77=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 202 (79.30% from 255 or 51.40% from 393); Blue value is 77 (30.47% from 255 or 19.59% from 393); Max value from RGB is 202 - color contains mainly: green. Hex color #72CA4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72CA4D is #8D35B2. Grayscale: #A1A1A1. Windows color (decimal): -9254323 or 5098098. OLE color: 5098098.

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

Color convert

RGB 114 202 77 -
CMYK 0.44 0 0.62 0.21
HSL 102.24º 0.54% 0.55% -
HSV(B) 102.24º 0.62% 0.79% -
XYZ 29.4 46.35 14.42 -
YUV 161.44 80.35 94.16 -
System Red Green Blue C M Y K H S L
Decimal 114 202 77 0.44 0 0.62 0.21 102.24 0.54 0.55
Hex 72 CA 4D 2C 0 3E 15 66 36 37
Octal 162 312 115 54 0 76 25 146 66 67
Binary 1110010 11001010 1001101 101100 0 111110 10101 1100110 110110 110111

Color Harmonies of #72CA4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72CA4D

Black with #72CA4D

Text Example


Text Example

White with #72CA4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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