Html Css Color HEX #80EC75 Pastel Green

📋 copy color: '#80EC75'

red 128 ◦ green 236 ◦ blue 117

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

Shades of Pastel Green #80EC75

Tints of Pastel Green #80EC75

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.06%

 BLUE value IS 117 (46.09% from 255) = 24.32%

R = 26.61%
G = 49.06%
B = 24.32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#80EC75 (or 0x80EC75) is known color: Pastel Green. HEX triplet: 80, EC and 75. RGB value is (128,236,117). Sum of RGB (Red+Green+Blue) = 128+236+117=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 236 (92.58% from 255 or 49.06% from 481); Blue value is 117 (46.09% from 255 or 24.32% from 481); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC75 is #7F138A. Grayscale: #BEBEBE. Windows color (decimal): -8328075 or 7728256. OLE color: 7728256.

HSL color Cylindrical-coordinate representation of color #80EC75: hue angle of 114.45º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80EC75 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 117 -
CMYK 0.46 0 0.50 0.07
HSL 114.45º 0.76% 0.69% -
HSV(B) 114.45º 0.5% 0.93% -
XYZ 42.11 65.86 27.32 -
YUV 190.14 86.72 83.68 -
System Red Green Blue C M Y K H S L
Decimal 128 236 117 0.46 0 0.50 0.07 114.45 0.76 0.69
Hex 80 EC 75 2E 0 32 7 72 4C 45
Octal 200 354 165 56 0 62 7 162 114 105
Binary 10000000 11101100 1110101 101110 0 110010 111 1110010 1001100 1000101

Color Harmonies of #80EC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC75

Black with #80EC75

Text Example


Text Example

White with #80EC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,236,117); }

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

background-color css

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

 a { background-color: rgb(128,236,117); }

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

border-color css

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

 span { border-color: rgb(128,236,117); }

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