Html Css Color HEX #80EC74 Pastel Green

📋 copy color: '#80EC74'

red 128 ◦ green 236 ◦ blue 116

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

Shades of Pastel Green #80EC74

Tints of Pastel Green #80EC74

RGB

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

 GREEN value IS 236 (92.58% from 255) = 49.17%

 BLUE value IS 116 (45.7% from 255) = 24.17%

R = 26.67%
G = 49.17%
B = 24.17%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#80EC74 (or 0x80EC74) is known color: Pastel Green. HEX triplet: 80, EC and 74. RGB value is (128,236,116). Sum of RGB (Red+Green+Blue) = 128+236+116=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 236 (92.58% from 255 or 49.17% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 236 - color contains mainly: green. Hex color #80EC74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80EC74 is #7F138B. Grayscale: #BEBEBE. Windows color (decimal): -8328076 or 7662720. OLE color: 7662720.

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

Color convert

RGB 128 236 116 -
CMYK 0.46 0 0.51 0.07
HSL 114º 0.76% 0.69% -
HSV(B) 114º 0.51% 0.93% -
XYZ 42.05 65.84 27.02 -
YUV 190.03 86.22 83.76 -
System Red Green Blue C M Y K H S L
Decimal 128 236 116 0.46 0 0.51 0.07 114 0.76 0.69
Hex 80 EC 74 2E 0 33 7 72 4C 45
Octal 200 354 164 56 0 63 7 162 114 105
Binary 10000000 11101100 1110100 101110 0 110011 111 1110010 1001100 1000101

Color Harmonies of #80EC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80EC74

Black with #80EC74

Text Example


Text Example

White with #80EC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,236,116); }

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

background-color css

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

 a { background-color: rgb(128,236,116); }

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

border-color css

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

 span { border-color: rgb(128,236,116); }

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