Html Css Color HEX #80E069 Pastel Green

📋 copy color: '#80E069'

red 128 ◦ green 224 ◦ blue 105

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

Shades of Pastel Green #80E069

Tints of Pastel Green #80E069

RGB

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

 GREEN value IS 224 (87.89% from 255) = 49.02%

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

R = 28.01%
G = 49.02%
B = 22.98%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#80E069 (or 0x80E069) is known color: Pastel Green. HEX triplet: 80, E0 and 69. RGB value is (128,224,105). Sum of RGB (Red+Green+Blue) = 128+224+105=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 224 (87.89% from 255 or 49.02% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 224 - color contains mainly: green. Hex color #80E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E069 is #7F1F96. Grayscale: #B6B6B6. Windows color (decimal): -8331159 or 6938752. OLE color: 6938752.

HSL color Cylindrical-coordinate representation of color #80E069: hue angle of 108.4º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80E069 is Cyan = 0.43, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 224 105 -
CMYK 0.43 0 0.53 0.12
HSL 108.4º 0.66% 0.65% -
HSV(B) 108.4º 0.53% 0.88% -
XYZ 38.11 58.92 22.73 -
YUV 181.73 84.7 89.68 -
System Red Green Blue C M Y K H S L
Decimal 128 224 105 0.43 0 0.53 0.12 108.4 0.66 0.65
Hex 80 E0 69 2B 0 35 C 6C 42 41
Octal 200 340 151 53 0 65 14 154 102 101
Binary 10000000 11100000 1101001 101011 0 110101 1100 1101100 1000010 1000001

Color Harmonies of #80E069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E069

Black with #80E069

Text Example


Text Example

White with #80E069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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