Html Css Color HEX #80EA5B Pastel Green

📋 copy color: '#80EA5B'

red 128 ◦ green 234 ◦ blue 91

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

Shades of Pastel Green #80EA5B

Tints of Pastel Green #80EA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 20.09%

R = 28.26%
G = 51.66%
B = 20.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#80EA5B (or 0x80EA5B) is known color: Pastel Green. HEX triplet: 80, EA and 5B. RGB value is (128,234,91). Sum of RGB (Red+Green+Blue) = 128+234+91=453 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.26% from 453); Green value is 234 (91.80% from 255 or 51.66% from 453); Blue value is 91 (35.94% from 255 or 20.09% from 453); Max value from RGB is 234 - color contains mainly: green. Hex color #80EA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EA5B is #7F15A4. Grayscale: #BABABA. Windows color (decimal): -8328613 or 6023808. OLE color: 6023808.

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

Color convert

RGB 128 234 91 -
CMYK 0.45 0 0.61 0.08
HSL 104.48º 0.77% 0.64% -
HSV(B) 104.48º 0.61% 0.92% -
XYZ 40.21 64.19 20.17 -
YUV 186 74.38 86.63 -
System Red Green Blue C M Y K H S L
Decimal 128 234 91 0.45 0 0.61 0.08 104.48 0.77 0.64
Hex 80 EA 5B 2D 0 3D 8 68 4D 40
Octal 200 352 133 55 0 75 10 150 115 100
Binary 10000000 11101010 1011011 101101 0 111101 1000 1101000 1001101 1000000

Color Harmonies of #80EA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EA5B

Black with #80EA5B

Text Example


Text Example

White with #80EA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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