Html Css Color HEX #80F179 Pastel Green

📋 copy color: '#80F179'

red 128 ◦ green 241 ◦ blue 121

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

Shades of Pastel Green #80F179

Tints of Pastel Green #80F179

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.18%

 BLUE value IS 121 (47.66% from 255) = 24.69%

R = 26.12%
G = 49.18%
B = 24.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#80F179 (or 0x80F179) is known color: Pastel Green. HEX triplet: 80, F1 and 79. RGB value is (128,241,121). Sum of RGB (Red+Green+Blue) = 128+241+121=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 121 (47.66% from 255 or 24.69% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #80F179 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F179 is #7F0E86. Grayscale: #C1C1C1. Windows color (decimal): -8326791 or 7991680. OLE color: 7991680.

HSL color Cylindrical-coordinate representation of color #80F179: hue angle of 116.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F179 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB 128 241 121 -
CMYK 0.47 0 0.50 0.05
HSL 116.5º 0.81% 0.71% -
HSV(B) 116.5º 0.5% 0.95% -
XYZ 43.81 68.88 29.08 -
YUV 193.53 87.06 81.26 -
System Red Green Blue C M Y K H S L
Decimal 128 241 121 0.47 0 0.50 0.05 116.5 0.81 0.71
Hex 80 F1 79 2F 0 32 5 74 51 47
Octal 200 361 171 57 0 62 5 164 121 107
Binary 10000000 11110001 1111001 101111 0 110010 101 1110100 1010001 1000111

Color Harmonies of #80F179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F179

Black with #80F179

Text Example


Text Example

White with #80F179

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,241,121); }

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

background-color css

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

 a { background-color: rgb(128,241,121); }

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

border-color css

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

 span { border-color: rgb(128,241,121); }

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