Html Css Color HEX #80E168 Pastel Green

📋 copy color: '#80E168'

red 128 ◦ green 225 ◦ blue 104

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

Shades of Pastel Green #80E168

Tints of Pastel Green #80E168

RGB

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

 GREEN value IS 225 (88.28% from 255) = 49.23%

 BLUE value IS 104 (41.02% from 255) = 22.76%

R = 28.01%
G = 49.23%
B = 22.76%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.54

 K value IS 0.12

RGB Variations

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

Color information

#80E168 (or 0x80E168) is known color: Pastel Green. HEX triplet: 80, E1 and 68. RGB value is (128,225,104). Sum of RGB (Red+Green+Blue) = 128+225+104=457 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.01% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #80E168 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #80E168 is #7F1E97. Grayscale: #B6B6B6. Windows color (decimal): -8330904 or 6873472. OLE color: 6873472.

HSL color Cylindrical-coordinate representation of color #80E168: hue angle of 108.1º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #80E168 is Cyan = 0.43, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB 128 225 104 -
CMYK 0.43 0 0.54 0.12
HSL 108.1º 0.67% 0.65% -
HSV(B) 108.1º 0.54% 0.88% -
XYZ 38.33 59.44 22.55 -
YUV 182.2 83.86 89.34 -
System Red Green Blue C M Y K H S L
Decimal 128 225 104 0.43 0 0.54 0.12 108.1 0.67 0.65
Hex 80 E1 68 2B 0 36 C 6C 43 41
Octal 200 341 150 53 0 66 14 154 103 101
Binary 10000000 11100001 1101000 101011 0 110110 1100 1101100 1000011 1000001

Color Harmonies of #80E168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80E168

Black with #80E168

Text Example


Text Example

White with #80E168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,225,104); }

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

background-color css

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

 a { background-color: rgb(128,225,104); }

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

border-color css

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

 span { border-color: rgb(128,225,104); }

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