Html Css Color HEX #80EF7E Pastel Green

📋 copy color: '#80EF7E'

red 128 ◦ green 239 ◦ blue 126

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

Shades of Pastel Green #80EF7E

Tints of Pastel Green #80EF7E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 48.48%

 BLUE value IS 126 (49.61% from 255) = 25.56%

R = 25.96%
G = 48.48%
B = 25.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#80EF7E (or 0x80EF7E) is known color: Pastel Green. HEX triplet: 80, EF and 7E. RGB value is (128,239,126). Sum of RGB (Red+Green+Blue) = 128+239+126=493 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.96% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 126 (49.61% from 255 or 25.56% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #80EF7E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EF7E is #7F1081. Grayscale: #C1C1C1. Windows color (decimal): -8327298 or 8318848. OLE color: 8318848.

HSL color Cylindrical-coordinate representation of color #80EF7E: hue angle of 118.94º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #80EF7E is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 128 239 126 -
CMYK 0.46 0 0.47 0.06
HSL 118.94º 0.78% 0.72% -
HSV(B) 118.94º 0.47% 0.94% -
XYZ 43.53 67.83 30.54 -
YUV 192.93 90.23 81.69 -
System Red Green Blue C M Y K H S L
Decimal 128 239 126 0.46 0 0.47 0.06 118.94 0.78 0.72
Hex 80 EF 7E 2E 0 2F 6 77 4E 48
Octal 200 357 176 56 0 57 6 167 116 110
Binary 10000000 11101111 1111110 101110 0 101111 110 1110111 1001110 1001000

Color Harmonies of #80EF7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EF7E

Black with #80EF7E

Text Example


Text Example

White with #80EF7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,239,126); }

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

background-color css

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

 a { background-color: rgb(128,239,126); }

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

border-color css

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

 span { border-color: rgb(128,239,126); }

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