Html Css Color HEX #72D94D Mantis

📋 copy color: '#72D94D'

red 114 ◦ green 217 ◦ blue 77

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

Shades of Mantis #72D94D

Tints of Mantis #72D94D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.19%

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

R = 27.94%
G = 53.19%
B = 18.87%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#72D94D (or 0x72D94D) is known color: Mantis. HEX triplet: 72, D9 and 4D. RGB value is (114,217,77). Sum of RGB (Red+Green+Blue) = 114+217+77=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 217 (85.16% from 255 or 53.19% from 408); Blue value is 77 (30.47% from 255 or 18.87% from 408); Max value from RGB is 217 - color contains mainly: green. Hex color #72D94D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72D94D is #8D26B2. Grayscale: #AAAAAA. Windows color (decimal): -9250483 or 5101938. OLE color: 5101938.

HSL color Cylindrical-coordinate representation of color #72D94D: hue angle of 104.14º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72D94D is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 217 77 -
CMYK 0.47 0 0.65 0.15
HSL 104.14º 0.65% 0.58% -
HSV(B) 104.14º 0.65% 0.85% -
XYZ 33.09 53.74 15.65 -
YUV 170.24 75.38 87.88 -
System Red Green Blue C M Y K H S L
Decimal 114 217 77 0.47 0 0.65 0.15 104.14 0.65 0.58
Hex 72 D9 4D 2F 0 41 F 68 41 3A
Octal 162 331 115 57 0 101 17 150 101 72
Binary 1110010 11011001 1001101 101111 0 1000001 1111 1101000 1000001 111010

Color Harmonies of #72D94D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D94D

Black with #72D94D

Text Example


Text Example

White with #72D94D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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