Html Css Color HEX #80D57D Pastel Green

📋 copy color: '#80D57D'

red 128 ◦ green 213 ◦ blue 125

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

Shades of Pastel Green #80D57D

Tints of Pastel Green #80D57D

RGB

 RED value IS 128 (50.39% from 255) = 27.47%

 GREEN value IS 213 (83.59% from 255) = 45.71%

 BLUE value IS 125 (49.22% from 255) = 26.82%

R = 27.47%
G = 45.71%
B = 26.82%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#80D57D (or 0x80D57D) is known color: Pastel Green. HEX triplet: 80, D5 and 7D. RGB value is (128,213,125). Sum of RGB (Red+Green+Blue) = 128+213+125=466 (61% of max value = 765). Red value is 128 (50.39% from 255 or 27.47% from 466); Green value is 213 (83.59% from 255 or 45.71% from 466); Blue value is 125 (49.22% from 255 or 26.82% from 466); Max value from RGB is 213 - color contains mainly: green. Hex color #80D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D57D is #7F2A82. Grayscale: #B1B1B1. Windows color (decimal): -8333955 or 8246656. OLE color: 8246656.

HSL color Cylindrical-coordinate representation of color #80D57D: hue angle of 117.95º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #80D57D is Cyan = 0.40, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 213 125 -
CMYK 0.40 0 0.41 0.16
HSL 117.95º 0.51% 0.66% -
HSV(B) 117.95º 0.41% 0.84% -
XYZ 36.4 53.66 27.84 -
YUV 177.55 98.34 92.66 -
System Red Green Blue C M Y K H S L
Decimal 128 213 125 0.40 0 0.41 0.16 117.95 0.51 0.66
Hex 80 D5 7D 28 0 29 10 76 33 42
Octal 200 325 175 50 0 51 20 166 63 102
Binary 10000000 11010101 1111101 101000 0 101001 10000 1110110 110011 1000010

Color Harmonies of #80D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D57D

Black with #80D57D

Text Example


Text Example

White with #80D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80D57D; }

 p { color: rgb(128,213,125); }

 H1.HeaderClassName
 {
   color: #80D57D;
 }
 .AnyTagClassName
 {
   color: #80D57D;
 }
</style>

background-color css

<style>
 a { background-color: #80D57D; }

 a { background-color: rgb(128,213,125); }

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

border-color css

<style>
 span { border-color: #80D57D; }

 span { border-color: rgb(128,213,125); }

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