Html Css Color HEX #80ED7F Pastel Green

📋 copy color: '#80ED7F'

red 128 ◦ green 237 ◦ blue 127

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

Shades of Pastel Green #80ED7F

Tints of Pastel Green #80ED7F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 48.17%

 BLUE value IS 127 (50% from 255) = 25.81%

R = 26.02%
G = 48.17%
B = 25.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.46

 K value IS 0.07

RGB Variations

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

Color information

#80ED7F (or 0x80ED7F) is known color: Pastel Green. HEX triplet: 80, ED and 7F. RGB value is (128,237,127). Sum of RGB (Red+Green+Blue) = 128+237+127=492 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.02% from 492); Green value is 237 (92.97% from 255 or 48.17% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED7F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80ED7F is #7F1280. Grayscale: #C0C0C0. Windows color (decimal): -8327809 or 8383872. OLE color: 8383872.

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

Color convert

RGB 128 237 127 -
CMYK 0.46 0 0.46 0.07
HSL 119.45º 0.75% 0.71% -
HSV(B) 119.45º 0.46% 0.93% -
XYZ 43.02 66.69 30.68 -
YUV 191.87 91.39 82.44 -
System Red Green Blue C M Y K H S L
Decimal 128 237 127 0.46 0 0.46 0.07 119.45 0.75 0.71
Hex 80 ED 7F 2E 0 2E 7 77 4B 47
Octal 200 355 177 56 0 56 7 167 113 107
Binary 10000000 11101101 1111111 101110 0 101110 111 1110111 1001011 1000111

Color Harmonies of #80ED7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED7F

Black with #80ED7F

Text Example


Text Example

White with #80ED7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,237,127); }

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

background-color css

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

 a { background-color: rgb(128,237,127); }

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

border-color css

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

 span { border-color: rgb(128,237,127); }

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