Html Css Color HEX #72D880 Pastel Green

📋 copy color: '#72D880'

red 114 ◦ green 216 ◦ blue 128

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

Shades of Pastel Green #72D880

Tints of Pastel Green #72D880

RGB

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

 GREEN value IS 216 (84.77% from 255) = 47.16%

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

R = 24.89%
G = 47.16%
B = 27.95%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#72D880 (or 0x72D880) is known color: Pastel Green. HEX triplet: 72, D8 and 80. RGB value is (114,216,128). Sum of RGB (Red+Green+Blue) = 114+216+128=458 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.89% from 458); Green value is 216 (84.77% from 255 or 47.16% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 216 - color contains mainly: green. Hex color #72D880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #72D880 is #8D277F. Grayscale: #AFAFAF. Windows color (decimal): -9250688 or 8444018. OLE color: 8444018.

HSL color Cylindrical-coordinate representation of color #72D880: hue angle of 128.24º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #72D880 is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 216 128 -
CMYK 0.47 0 0.41 0.15
HSL 128.24º 0.57% 0.65% -
HSV(B) 128.24º 0.47% 0.85% -
XYZ 35.39 54.25 29.03 -
YUV 175.47 101.21 84.16 -
System Red Green Blue C M Y K H S L
Decimal 114 216 128 0.47 0 0.41 0.15 128.24 0.57 0.65
Hex 72 D8 80 2F 0 29 F 80 39 41
Octal 162 330 200 57 0 51 17 200 71 101
Binary 1110010 11011000 10000000 101111 0 101001 1111 10000000 111001 1000001

Color Harmonies of #72D880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72D880

Black with #72D880

Text Example


Text Example

White with #72D880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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