Html Css Color HEX #80DD85 Pastel Green

📋 copy color: '#80DD85'

red 128 ◦ green 221 ◦ blue 133

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

Shades of Pastel Green #80DD85

Tints of Pastel Green #80DD85

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 133 (52.34% from 255) = 27.59%

R = 26.56%
G = 45.85%
B = 27.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#80DD85 (or 0x80DD85) is known color: Pastel Green. HEX triplet: 80, DD and 85. RGB value is (128,221,133). Sum of RGB (Red+Green+Blue) = 128+221+133=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 133 (52.34% from 255 or 27.59% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #80DD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80DD85 is #7F227A. Grayscale: #B7B7B7. Windows color (decimal): -8331899 or 8772992. OLE color: 8772992.

HSL color Cylindrical-coordinate representation of color #80DD85: hue angle of 123.23º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80DD85 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 221 133 -
CMYK 0.42 0 0.40 0.13
HSL 123.23º 0.58% 0.68% -
HSV(B) 123.23º 0.42% 0.87% -
XYZ 38.99 58 31.33 -
YUV 183.16 99.69 88.66 -
System Red Green Blue C M Y K H S L
Decimal 128 221 133 0.42 0 0.40 0.13 123.23 0.58 0.68
Hex 80 DD 85 2A 0 28 D 7B 3A 44
Octal 200 335 205 52 0 50 15 173 72 104
Binary 10000000 11011101 10000101 101010 0 101000 1101 1111011 111010 1000100

Color Harmonies of #80DD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80DD85

Black with #80DD85

Text Example


Text Example

White with #80DD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,221,133); }

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

background-color css

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

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

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

border-color css

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

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

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