Html Css Color HEX #72DC4A Mantis

📋 copy color: '#72DC4A'

red 114 ◦ green 220 ◦ blue 74

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

Shades of Mantis #72DC4A

Tints of Mantis #72DC4A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 53.92%

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

R = 27.94%
G = 53.92%
B = 18.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.14

RGB Variations

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

Color information

#72DC4A (or 0x72DC4A) is known color: Mantis. HEX triplet: 72, DC and 4A. RGB value is (114,220,74). Sum of RGB (Red+Green+Blue) = 114+220+74=408 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.94% from 408); Green value is 220 (86.33% from 255 or 53.92% from 408); Blue value is 74 (29.30% from 255 or 18.14% from 408); Max value from RGB is 220 - color contains mainly: green. Hex color #72DC4A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72DC4A is #8D23B5. Grayscale: #ACACAC. Windows color (decimal): -9249718 or 4906098. OLE color: 4906098.

HSL color Cylindrical-coordinate representation of color #72DC4A: hue angle of 103.56º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #72DC4A is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 220 74 -
CMYK 0.48 0 0.66 0.14
HSL 103.56º 0.68% 0.58% -
HSV(B) 103.56º 0.66% 0.86% -
XYZ 33.77 55.26 15.36 -
YUV 171.66 72.88 86.87 -
System Red Green Blue C M Y K H S L
Decimal 114 220 74 0.48 0 0.66 0.14 103.56 0.68 0.58
Hex 72 DC 4A 30 0 42 E 68 44 3A
Octal 162 334 112 60 0 102 16 150 104 72
Binary 1110010 11011100 1001010 110000 0 1000010 1110 1101000 1000100 111010

Color Harmonies of #72DC4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DC4A

Black with #72DC4A

Text Example


Text Example

White with #72DC4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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