Html Css Color HEX #80CE78 Pastel Green

📋 copy color: '#80CE78'

red 128 ◦ green 206 ◦ blue 120

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

Shades of Pastel Green #80CE78

Tints of Pastel Green #80CE78

RGB

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

 GREEN value IS 206 (80.86% from 255) = 45.37%

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

R = 28.19%
G = 45.37%
B = 26.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#80CE78 (or 0x80CE78) is known color: Pastel Green. HEX triplet: 80, CE and 78. RGB value is (128,206,120). Sum of RGB (Red+Green+Blue) = 128+206+120=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 120 (47.27% from 255 or 26.43% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #80CE78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80CE78 is #7F3187. Grayscale: #ADADAD. Windows color (decimal): -8335752 or 7917184. OLE color: 7917184.

HSL color Cylindrical-coordinate representation of color #80CE78: hue angle of 114.42º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #80CE78 is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB 128 206 120 -
CMYK 0.38 0 0.42 0.19
HSL 114.42º 0.47% 0.64% -
HSV(B) 114.42º 0.42% 0.81% -
XYZ 34.36 50.09 25.63 -
YUV 172.87 98.16 95.99 -
System Red Green Blue C M Y K H S L
Decimal 128 206 120 0.38 0 0.42 0.19 114.42 0.47 0.64
Hex 80 CE 78 26 0 2A 13 72 2F 40
Octal 200 316 170 46 0 52 23 162 57 100
Binary 10000000 11001110 1111000 100110 0 101010 10011 1110010 101111 1000000

Color Harmonies of #80CE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CE78

Black with #80CE78

Text Example


Text Example

White with #80CE78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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