Html Css Color HEX #72DD50 Mantis

📋 copy color: '#72DD50'

red 114 ◦ green 221 ◦ blue 80

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

Shades of Mantis #72DD50

Tints of Mantis #72DD50

RGB

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

 GREEN value IS 221 (86.72% from 255) = 53.25%

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

R = 27.47%
G = 53.25%
B = 19.28%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#72DD50 (or 0x72DD50) is known color: Mantis. HEX triplet: 72, DD and 50. RGB value is (114,221,80). Sum of RGB (Red+Green+Blue) = 114+221+80=415 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.47% from 415); Green value is 221 (86.72% from 255 or 53.25% from 415); Blue value is 80 (31.64% from 255 or 19.28% from 415); Max value from RGB is 221 - color contains mainly: green. Hex color #72DD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #72DD50 is #8D22AF. Grayscale: #ADADAD. Windows color (decimal): -9249456 or 5299570. OLE color: 5299570.

HSL color Cylindrical-coordinate representation of color #72DD50: hue angle of 105.53º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #72DD50 is Cyan = 0.48, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 221 80 -
CMYK 0.48 0 0.64 0.13
HSL 105.53º 0.67% 0.59% -
HSV(B) 105.53º 0.64% 0.87% -
XYZ 34.24 55.87 16.57 -
YUV 172.93 75.55 85.96 -
System Red Green Blue C M Y K H S L
Decimal 114 221 80 0.48 0 0.64 0.13 105.53 0.67 0.59
Hex 72 DD 50 30 0 40 D 6A 43 3B
Octal 162 335 120 60 0 100 15 152 103 73
Binary 1110010 11011101 1010000 110000 0 1000000 1101 1101010 1000011 111011

Color Harmonies of #72DD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DD50

Black with #72DD50

Text Example


Text Example

White with #72DD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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