Html Css Color HEX #80EA78 Pastel Green

📋 copy color: '#80EA78'

red 128 ◦ green 234 ◦ blue 120

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

Shades of Pastel Green #80EA78

Tints of Pastel Green #80EA78

RGB

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

 GREEN value IS 234 (91.8% from 255) = 48.55%

 BLUE value IS 120 (47.27% from 255) = 24.9%

R = 26.56%
G = 48.55%
B = 24.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.08

RGB Variations

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

Color information

#80EA78 (or 0x80EA78) is known color: Pastel Green. HEX triplet: 80, EA and 78. RGB value is (128,234,120). Sum of RGB (Red+Green+Blue) = 128+234+120=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 234 (91.80% from 255 or 48.55% from 482); Blue value is 120 (47.27% from 255 or 24.90% from 482); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA78 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA78 is #7F1587. Grayscale: #BDBDBD. Windows color (decimal): -8328584 or 7924352. OLE color: 7924352.

HSL color Cylindrical-coordinate representation of color #80EA78: hue angle of 115.79º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80EA78 is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 234 120 -
CMYK 0.45 0 0.49 0.08
HSL 115.79º 0.73% 0.69% -
HSV(B) 115.79º 0.49% 0.92% -
XYZ 41.72 64.79 28.08 -
YUV 189.31 88.88 84.27 -
System Red Green Blue C M Y K H S L
Decimal 128 234 120 0.45 0 0.49 0.08 115.79 0.73 0.69
Hex 80 EA 78 2D 0 31 8 74 49 45
Octal 200 352 170 55 0 61 10 164 111 105
Binary 10000000 11101010 1111000 101101 0 110001 1000 1110100 1001001 1000101

Color Harmonies of #80EA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA78

Black with #80EA78

Text Example


Text Example

White with #80EA78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,234,120); }

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

background-color css

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

 a { background-color: rgb(128,234,120); }

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

border-color css

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

 span { border-color: rgb(128,234,120); }

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