Html Css Color HEX #80D669 Pastel Green

📋 copy color: '#80D669'

red 128 ◦ green 214 ◦ blue 105

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

Shades of Pastel Green #80D669

Tints of Pastel Green #80D669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 23.49%

R = 28.64%
G = 47.87%
B = 23.49%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#80D669 (or 0x80D669) is known color: Pastel Green. HEX triplet: 80, D6 and 69. RGB value is (128,214,105). Sum of RGB (Red+Green+Blue) = 128+214+105=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #80D669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D669 is #7F2996. Grayscale: #B0B0B0. Windows color (decimal): -8333719 or 6936192. OLE color: 6936192.

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

Color convert

RGB 128 214 105 -
CMYK 0.40 0 0.51 0.16
HSL 107.34º 0.57% 0.63% -
HSV(B) 107.34º 0.51% 0.84% -
XYZ 35.5 53.7 21.86 -
YUV 175.86 88.01 93.86 -
System Red Green Blue C M Y K H S L
Decimal 128 214 105 0.40 0 0.51 0.16 107.34 0.57 0.63
Hex 80 D6 69 28 0 33 10 6B 39 3F
Octal 200 326 151 50 0 63 20 153 71 77
Binary 10000000 11010110 1101001 101000 0 110011 10000 1101011 111001 111111

Color Harmonies of #80D669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D669

Black with #80D669

Text Example


Text Example

White with #80D669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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