Html Css Color HEX #80D670 Pastel Green

📋 copy color: '#80D670'

red 128 ◦ green 214 ◦ blue 112

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

Shades of Pastel Green #80D670

Tints of Pastel Green #80D670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.67%

R = 28.19%
G = 47.14%
B = 24.67%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#80D670 (or 0x80D670) is known color: Pastel Green. HEX triplet: 80, D6 and 70. RGB value is (128,214,112). Sum of RGB (Red+Green+Blue) = 128+214+112=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 214 (83.98% from 255 or 47.14% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 214 - color contains mainly: green. Hex color #80D670 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D670 is #7F298F. Grayscale: #B0B0B0. Windows color (decimal): -8333712 or 7394944. OLE color: 7394944.

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

Color convert

RGB 128 214 112 -
CMYK 0.40 0 0.48 0.16
HSL 110.59º 0.55% 0.64% -
HSV(B) 110.59º 0.48% 0.84% -
XYZ 35.87 53.85 23.83 -
YUV 176.66 91.51 93.29 -
System Red Green Blue C M Y K H S L
Decimal 128 214 112 0.40 0 0.48 0.16 110.59 0.55 0.64
Hex 80 D6 70 28 0 30 10 6F 37 40
Octal 200 326 160 50 0 60 20 157 67 100
Binary 10000000 11010110 1110000 101000 0 110000 10000 1101111 110111 1000000

Color Harmonies of #80D670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D670

Black with #80D670

Text Example


Text Example

White with #80D670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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