Html Css Color HEX #80D174 Pastel Green

📋 copy color: '#80D174'

red 128 ◦ green 209 ◦ blue 116

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

Shades of Pastel Green #80D174

Tints of Pastel Green #80D174

RGB

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

 GREEN value IS 209 (82.03% from 255) = 46.14%

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 28.26%
G = 46.14%
B = 25.61%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#80D174 (or 0x80D174) is known color: Pastel Green. HEX triplet: 80, D1 and 74. RGB value is (128,209,116). Sum of RGB (Red+Green+Blue) = 128+209+116=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #80D174 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D174 is #7F2E8B. Grayscale: #AEAEAE. Windows color (decimal): -8334988 or 7655808. OLE color: 7655808.

HSL color Cylindrical-coordinate representation of color #80D174: hue angle of 112.26º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #80D174 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 209 116 -
CMYK 0.39 0 0.44 0.18
HSL 112.26º 0.5% 0.64% -
HSV(B) 112.26º 0.44% 0.82% -
XYZ 34.85 51.45 24.62 -
YUV 174.18 95.16 95.06 -
System Red Green Blue C M Y K H S L
Decimal 128 209 116 0.39 0 0.44 0.18 112.26 0.5 0.64
Hex 80 D1 74 27 0 2C 12 70 32 40
Octal 200 321 164 47 0 54 22 160 62 100
Binary 10000000 11010001 1110100 100111 0 101100 10010 1110000 110010 1000000

Color Harmonies of #80D174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D174

Black with #80D174

Text Example


Text Example

White with #80D174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,209,116); }

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

background-color css

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

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

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

border-color css

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

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

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