Html Css Color HEX #80D680 Pastel Green

📋 copy color: '#80D680'

red 128 ◦ green 214 ◦ blue 128

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

Shades of Pastel Green #80D680

Tints of Pastel Green #80D680

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.53%

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

R = 27.23%
G = 45.53%
B = 27.23%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#80D680 (or 0x80D680) is known color: Pastel Green. HEX triplet: 80, D6 and 80. RGB value is (128,214,128). Sum of RGB (Red+Green+Blue) = 128+214+128=470 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.23% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 214 - color contains mainly: green. Hex color #80D680 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80D680 is #7F297F. Grayscale: #B2B2B2. Windows color (decimal): -8333696 or 8443520. OLE color: 8443520.

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

Color convert

RGB 128 214 128 -
CMYK 0.40 0 0.40 0.16
HSL 120º 0.51% 0.67% -
HSV(B) 120º 0.4% 0.84% -
XYZ 36.84 54.24 28.95 -
YUV 178.48 99.51 91.99 -
System Red Green Blue C M Y K H S L
Decimal 128 214 128 0.40 0 0.40 0.16 120 0.51 0.67
Hex 80 D6 80 28 0 28 10 78 33 43
Octal 200 326 200 50 0 50 20 170 63 103
Binary 10000000 11010110 10000000 101000 0 101000 10000 1111000 110011 1000011

Color Harmonies of #80D680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D680

Black with #80D680

Text Example


Text Example

White with #80D680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,214,128); }

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

background-color css

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

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

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

border-color css

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

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

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