Html Css Color HEX #72E450 Mantis

📋 copy color: '#72E450'

red 114 ◦ green 228 ◦ blue 80

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

Shades of Mantis #72E450

Tints of Mantis #72E450

RGB

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

 GREEN value IS 228 (89.45% from 255) = 54.03%

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

R = 27.01%
G = 54.03%
B = 18.96%

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

#72E450 (or 0x72E450) is known color: Mantis. HEX triplet: 72, E4 and 50. RGB value is (114,228,80). Sum of RGB (Red+Green+Blue) = 114+228+80=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 228 (89.45% from 255 or 54.03% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 228 - color contains mainly: green. Hex color #72E450 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72E450 is #8D1BAF. Grayscale: #B1B1B1. Windows color (decimal): -9247664 or 5301362. OLE color: 5301362.

HSL color Cylindrical-coordinate representation of color #72E450: hue angle of 106.22º degrees, saturation: 0.73, 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 #72E450 is Cyan = 0.50, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 114 228 80 -
CMYK 0.50 0 0.65 0.11
HSL 106.22º 0.73% 0.6% -
HSV(B) 106.22º 0.65% 0.89% -
XYZ 36.13 59.64 17.2 -
YUV 177.04 73.23 83.03 -
System Red Green Blue C M Y K H S L
Decimal 114 228 80 0.50 0 0.65 0.11 106.22 0.73 0.6
Hex 72 E4 50 32 0 41 B 6A 49 3C
Octal 162 344 120 62 0 101 13 152 111 74
Binary 1110010 11100100 1010000 110010 0 1000001 1011 1101010 1001001 111100

Color Harmonies of #72E450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72E450

Black with #72E450

Text Example


Text Example

White with #72E450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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