Html Css Color HEX #80EC5E Pastel Green

📋 copy color: '#80EC5E'

red 128 ◦ green 236 ◦ blue 94

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

Shades of Pastel Green #80EC5E

Tints of Pastel Green #80EC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.52%

R = 27.95%
G = 51.53%
B = 20.52%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#80EC5E (or 0x80EC5E) is known color: Pastel Green. HEX triplet: 80, EC and 5E. RGB value is (128,236,94). Sum of RGB (Red+Green+Blue) = 128+236+94=458 (60% of max value = 765). Red value is 128 (50.39% from 255 or 27.95% from 458); Green value is 236 (92.58% from 255 or 51.53% from 458); Blue value is 94 (37.11% from 255 or 20.52% from 458); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC5E is #7F13A1. Grayscale: #BBBBBB. Windows color (decimal): -8328098 or 6220928. OLE color: 6220928.

HSL color Cylindrical-coordinate representation of color #80EC5E: hue angle of 105.63º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80EC5E is Cyan = 0.46, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 128 236 94 -
CMYK 0.46 0 0.60 0.07
HSL 105.63º 0.79% 0.65% -
HSV(B) 105.63º 0.6% 0.93% -
XYZ 40.92 65.39 21.05 -
YUV 187.52 75.22 85.55 -
System Red Green Blue C M Y K H S L
Decimal 128 236 94 0.46 0 0.60 0.07 105.63 0.79 0.65
Hex 80 EC 5E 2E 0 3C 7 6A 4F 41
Octal 200 354 136 56 0 74 7 152 117 101
Binary 10000000 11101100 1011110 101110 0 111100 111 1101010 1001111 1000001

Color Harmonies of #80EC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC5E

Black with #80EC5E

Text Example


Text Example

White with #80EC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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