Html Css Color HEX #80ED70 Pastel Green

📋 copy color: '#80ED70'

red 128 ◦ green 237 ◦ blue 112

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

Shades of Pastel Green #80ED70

Tints of Pastel Green #80ED70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 23.48%

R = 26.83%
G = 49.69%
B = 23.48%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.53

 K value IS 0.07

RGB Variations

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

Color information

#80ED70 (or 0x80ED70) is known color: Pastel Green. HEX triplet: 80, ED and 70. RGB value is (128,237,112). Sum of RGB (Red+Green+Blue) = 128+237+112=477 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.83% from 477); Green value is 237 (92.97% from 255 or 49.69% from 477); Blue value is 112 (44.14% from 255 or 23.48% from 477); Max value from RGB is 237 - color contains mainly: green. Hex color #80ED70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80ED70 is #7F128F. Grayscale: #BEBEBE. Windows color (decimal): -8327824 or 7400832. OLE color: 7400832.

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

Color convert

RGB 128 237 112 -
CMYK 0.46 0 0.53 0.07
HSL 112.32º 0.78% 0.68% -
HSV(B) 112.32º 0.53% 0.93% -
XYZ 42.11 66.33 25.91 -
YUV 190.16 83.89 83.66 -
System Red Green Blue C M Y K H S L
Decimal 128 237 112 0.46 0 0.53 0.07 112.32 0.78 0.68
Hex 80 ED 70 2E 0 35 7 70 4E 44
Octal 200 355 160 56 0 65 7 160 116 104
Binary 10000000 11101101 1110000 101110 0 110101 111 1110000 1001110 1000100

Color Harmonies of #80ED70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80ED70

Black with #80ED70

Text Example


Text Example

White with #80ED70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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