Html Css Color HEX #72E144 Mantis

📋 copy color: '#72E144'

red 114 ◦ green 225 ◦ blue 68

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

Shades of Mantis #72E144

Tints of Mantis #72E144

RGB

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

 GREEN value IS 225 (88.28% from 255) = 55.28%

 BLUE value IS 68 (26.95% from 255) = 16.71%

R = 28.01%
G = 55.28%
B = 16.71%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.12

RGB Variations

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

Color information

#72E144 (or 0x72E144) is known color: Mantis. HEX triplet: 72, E1 and 44. RGB value is (114,225,68). Sum of RGB (Red+Green+Blue) = 114+225+68=407 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.01% from 407); Green value is 225 (88.28% from 255 or 55.28% from 407); Blue value is 68 (26.95% from 255 or 16.71% from 407); Max value from RGB is 225 - color contains mainly: green. Hex color #72E144 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #72E144 is #8D1EBB. Grayscale: #AEAEAE. Windows color (decimal): -9248444 or 4514162. OLE color: 4514162.

HSL color Cylindrical-coordinate representation of color #72E144: hue angle of 102.42º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #72E144 is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.

Color convert

RGB 114 225 68 -
CMYK 0.49 0 0.70 0.12
HSL 102.42º 0.72% 0.57% -
HSV(B) 102.42º 0.7% 0.88% -
XYZ 34.91 57.85 14.79 -
YUV 173.91 68.23 85.27 -
System Red Green Blue C M Y K H S L
Decimal 114 225 68 0.49 0 0.70 0.12 102.42 0.72 0.57
Hex 72 E1 44 31 0 46 C 66 48 39
Octal 162 341 104 61 0 106 14 146 110 71
Binary 1110010 11100001 1000100 110001 0 1000110 1100 1100110 1001000 111001

Color Harmonies of #72E144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E144

Black with #72E144

Text Example


Text Example

White with #72E144

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,225,68); }

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

background-color css

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

 a { background-color: rgb(114,225,68); }

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

border-color css

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

 span { border-color: rgb(114,225,68); }

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