Html Css Color HEX #80D276 Pastel Green

📋 copy color: '#80D276'

red 128 ◦ green 210 ◦ blue 118

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

Shades of Pastel Green #80D276

Tints of Pastel Green #80D276

RGB

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

 GREEN value IS 210 (82.42% from 255) = 46.05%

 BLUE value IS 118 (46.48% from 255) = 25.88%

R = 28.07%
G = 46.05%
B = 25.88%

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

#80D276 (or 0x80D276) is known color: Pastel Green. HEX triplet: 80, D2 and 76. RGB value is (128,210,118). Sum of RGB (Red+Green+Blue) = 128+210+118=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 210 (82.42% from 255 or 46.05% from 456); Blue value is 118 (46.48% from 255 or 25.88% from 456); Max value from RGB is 210 - color contains mainly: green. Hex color #80D276 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D276 is #7F2D89. Grayscale: #AFAFAF. Windows color (decimal): -8334730 or 7787136. OLE color: 7787136.

HSL color Cylindrical-coordinate representation of color #80D276: hue angle of 113.48º degrees, saturation: 0.51, 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 #80D276 is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 210 118 -
CMYK 0.39 0 0.44 0.18
HSL 113.48º 0.51% 0.64% -
HSV(B) 113.48º 0.44% 0.82% -
XYZ 35.22 51.99 25.32 -
YUV 174.99 95.83 94.48 -
System Red Green Blue C M Y K H S L
Decimal 128 210 118 0.39 0 0.44 0.18 113.48 0.51 0.64
Hex 80 D2 76 27 0 2C 12 71 33 40
Octal 200 322 166 47 0 54 22 161 63 100
Binary 10000000 11010010 1110110 100111 0 101100 10010 1110001 110011 1000000

Color Harmonies of #80D276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D276

Black with #80D276

Text Example


Text Example

White with #80D276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,210,118); }

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

background-color css

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

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

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

border-color css

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

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

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