Html Css Color HEX #72DB80 Pastel Green

📋 copy color: '#72DB80'

red 114 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #72DB80

Tints of Pastel Green #72DB80

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.51%

 BLUE value IS 128 (50.39% from 255) = 27.77%

R = 24.73%
G = 47.51%
B = 27.77%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#72DB80 (or 0x72DB80) is known color: Pastel Green. HEX triplet: 72, DB and 80. RGB value is (114,219,128). Sum of RGB (Red+Green+Blue) = 114+219+128=461 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.73% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 128 (50.39% from 255 or 27.77% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB80 is #8D247F. Grayscale: #B1B1B1. Windows color (decimal): -9249920 or 8444786. OLE color: 8444786.

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

Color convert

RGB 114 219 128 -
CMYK 0.48 0 0.42 0.14
HSL 128º 0.59% 0.65% -
HSV(B) 128º 0.48% 0.86% -
XYZ 36.17 55.8 29.29 -
YUV 177.23 100.21 82.9 -
System Red Green Blue C M Y K H S L
Decimal 114 219 128 0.48 0 0.42 0.14 128 0.59 0.65
Hex 72 DB 80 30 0 2A E 80 3B 41
Octal 162 333 200 60 0 52 16 200 73 101
Binary 1110010 11011011 10000000 110000 0 101010 1110 10000000 111011 1000001

Color Harmonies of #72DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DB80

Black with #72DB80

Text Example


Text Example

White with #72DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,219,128); }

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

background-color css

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

 a { background-color: rgb(114,219,128); }

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

border-color css

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

 span { border-color: rgb(114,219,128); }

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