Html Css Color HEX #72E350 Mantis

📋 copy color: '#72E350'

red 114 ◦ green 227 ◦ blue 80

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

Shades of Mantis #72E350

Tints of Mantis #72E350

RGB

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

 GREEN value IS 227 (89.06% from 255) = 53.92%

 BLUE value IS 80 (31.64% from 255) = 19%

R = 27.08%
G = 53.92%
B = 19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#72E350 (or 0x72E350) is known color: Mantis. HEX triplet: 72, E3 and 50. RGB value is (114,227,80). Sum of RGB (Red+Green+Blue) = 114+227+80=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 227 (89.06% from 255 or 53.92% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 227 - color contains mainly: green. Hex color #72E350 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E350 is #8D1CAF. Grayscale: #B0B0B0. Windows color (decimal): -9247920 or 5301106. OLE color: 5301106.

HSL color Cylindrical-coordinate representation of color #72E350: hue angle of 106.12º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72E350 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 227 80 -
CMYK 0.50 0 0.65 0.11
HSL 106.12º 0.72% 0.6% -
HSV(B) 106.12º 0.65% 0.89% -
XYZ 35.86 59.09 17.11 -
YUV 176.46 73.56 83.45 -
System Red Green Blue C M Y K H S L
Decimal 114 227 80 0.50 0 0.65 0.11 106.12 0.72 0.6
Hex 72 E3 50 32 0 41 B 6A 48 3C
Octal 162 343 120 62 0 101 13 152 110 74
Binary 1110010 11100011 1010000 110010 0 1000001 1011 1101010 1001000 111100

Color Harmonies of #72E350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E350

Black with #72E350

Text Example


Text Example

White with #72E350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,227,80); }

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

background-color css

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

 a { background-color: rgb(114,227,80); }

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

border-color css

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

 span { border-color: rgb(114,227,80); }

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