Html Css Color HEX #72DA4A Mantis

📋 copy color: '#72DA4A'

red 114 ◦ green 218 ◦ blue 74

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

Shades of Mantis #72DA4A

Tints of Mantis #72DA4A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 53.69%

 BLUE value IS 74 (29.3% from 255) = 18.23%

R = 28.08%
G = 53.69%
B = 18.23%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#72DA4A (or 0x72DA4A) is known color: Mantis. HEX triplet: 72, DA and 4A. RGB value is (114,218,74). Sum of RGB (Red+Green+Blue) = 114+218+74=406 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.08% from 406); Green value is 218 (85.55% from 255 or 53.69% from 406); Blue value is 74 (29.30% from 255 or 18.23% from 406); Max value from RGB is 218 - color contains mainly: green. Hex color #72DA4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DA4A is #8D25B5. Grayscale: #AAAAAA. Windows color (decimal): -9250230 or 4905586. OLE color: 4905586.

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

Color convert

RGB 114 218 74 -
CMYK 0.48 0 0.66 0.15
HSL 103.33º 0.66% 0.57% -
HSV(B) 103.33º 0.66% 0.85% -
XYZ 33.25 54.21 15.19 -
YUV 170.49 73.54 87.71 -
System Red Green Blue C M Y K H S L
Decimal 114 218 74 0.48 0 0.66 0.15 103.33 0.66 0.57
Hex 72 DA 4A 30 0 42 F 67 42 39
Octal 162 332 112 60 0 102 17 147 102 71
Binary 1110010 11011010 1001010 110000 0 1000010 1111 1100111 1000010 111001

Color Harmonies of #72DA4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DA4A

Black with #72DA4A

Text Example


Text Example

White with #72DA4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,218,74); }

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

background-color css

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

 a { background-color: rgb(114,218,74); }

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

border-color css

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

 span { border-color: rgb(114,218,74); }

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