Html Css Color HEX #80D769 Pastel Green

📋 copy color: '#80D769'

red 128 ◦ green 215 ◦ blue 105

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

Shades of Pastel Green #80D769

Tints of Pastel Green #80D769

RGB

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

 GREEN value IS 215 (84.38% from 255) = 47.99%

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

R = 28.57%
G = 47.99%
B = 23.44%

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

#80D769 (or 0x80D769) is known color: Pastel Green. HEX triplet: 80, D7 and 69. RGB value is (128,215,105). Sum of RGB (Red+Green+Blue) = 128+215+105=448 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.57% from 448); Green value is 215 (84.38% from 255 or 47.99% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 215 - color contains mainly: green. Hex color #80D769 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80D769 is #7F2896. Grayscale: #B0B0B0. Windows color (decimal): -8333463 or 6936448. OLE color: 6936448.

HSL color Cylindrical-coordinate representation of color #80D769: hue angle of 107.45º degrees, saturation: 0.58, 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 #80D769 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 128 215 105 -
CMYK 0.40 0 0.51 0.16
HSL 107.45º 0.58% 0.63% -
HSV(B) 107.45º 0.51% 0.84% -
XYZ 35.75 54.21 21.94 -
YUV 176.45 87.68 93.44 -
System Red Green Blue C M Y K H S L
Decimal 128 215 105 0.40 0 0.51 0.16 107.45 0.58 0.63
Hex 80 D7 69 28 0 33 10 6B 3A 3F
Octal 200 327 151 50 0 63 20 153 72 77
Binary 10000000 11010111 1101001 101000 0 110011 10000 1101011 111010 111111

Color Harmonies of #80D769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D769

Black with #80D769

Text Example


Text Example

White with #80D769

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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