Html Css Color HEX #80EB6C Pastel Green

📋 copy color: '#80EB6C'

red 128 ◦ green 235 ◦ blue 108

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

Shades of Pastel Green #80EB6C

Tints of Pastel Green #80EB6C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 49.89%

 BLUE value IS 108 (42.58% from 255) = 22.93%

R = 27.18%
G = 49.89%
B = 22.93%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#80EB6C (or 0x80EB6C) is known color: Pastel Green. HEX triplet: 80, EB and 6C. RGB value is (128,235,108). Sum of RGB (Red+Green+Blue) = 128+235+108=471 (62% of max value = 765). Red value is 128 (50.39% from 255 or 27.18% from 471); Green value is 235 (92.19% from 255 or 49.89% from 471); Blue value is 108 (42.58% from 255 or 22.93% from 471); Max value from RGB is 235 - color contains mainly: green. Hex color #80EB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EB6C is #7F1493. Grayscale: #BCBCBC. Windows color (decimal): -8328340 or 7138176. OLE color: 7138176.

HSL color Cylindrical-coordinate representation of color #80EB6C: hue angle of 110.55º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80EB6C is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 128 235 108 -
CMYK 0.46 0 0.54 0.08
HSL 110.55º 0.76% 0.67% -
HSV(B) 110.55º 0.54% 0.92% -
XYZ 41.32 65.09 24.57 -
YUV 188.53 82.55 84.83 -
System Red Green Blue C M Y K H S L
Decimal 128 235 108 0.46 0 0.54 0.08 110.55 0.76 0.67
Hex 80 EB 6C 2E 0 36 8 6F 4C 43
Octal 200 353 154 56 0 66 10 157 114 103
Binary 10000000 11101011 1101100 101110 0 110110 1000 1101111 1001100 1000011

Color Harmonies of #80EB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EB6C

Black with #80EB6C

Text Example


Text Example

White with #80EB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,235,108); }

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

background-color css

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

 a { background-color: rgb(128,235,108); }

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

border-color css

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

 span { border-color: rgb(128,235,108); }

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