Html Css Color HEX #72DB84 Pastel Green

📋 copy color: '#72DB84'

red 114 ◦ green 219 ◦ blue 132

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

Shades of Pastel Green #72DB84

Tints of Pastel Green #72DB84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.39%

R = 24.52%
G = 47.1%
B = 28.39%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#72DB84 (or 0x72DB84) is known color: Pastel Green. HEX triplet: 72, DB and 84. RGB value is (114,219,132). Sum of RGB (Red+Green+Blue) = 114+219+132=465 (61% of max value = 765). Red value is 114 (44.92% from 255 or 24.52% from 465); Green value is 219 (85.94% from 255 or 47.10% from 465); Blue value is 132 (51.95% from 255 or 28.39% from 465); Max value from RGB is 219 - color contains mainly: green. Hex color #72DB84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72DB84 is #8D247B. Grayscale: #B1B1B1. Windows color (decimal): -9249916 or 8706930. OLE color: 8706930.

HSL color Cylindrical-coordinate representation of color #72DB84: hue angle of 130.29º 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 #72DB84 is Cyan = 0.48, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 219 132 -
CMYK 0.48 0 0.40 0.14
HSL 130.29º 0.59% 0.65% -
HSV(B) 130.29º 0.48% 0.86% -
XYZ 36.44 55.91 30.7 -
YUV 177.69 102.21 82.57 -
System Red Green Blue C M Y K H S L
Decimal 114 219 132 0.48 0 0.40 0.14 130.29 0.59 0.65
Hex 72 DB 84 30 0 28 E 82 3B 41
Octal 162 333 204 60 0 50 16 202 73 101
Binary 1110010 11011011 10000100 110000 0 101000 1110 10000010 111011 1000001

Color Harmonies of #72DB84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72DB84

Black with #72DB84

Text Example


Text Example

White with #72DB84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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