Html Css Color HEX #80F177 Pastel Green

📋 copy color: '#80F177'

red 128 ◦ green 241 ◦ blue 119

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

Shades of Pastel Green #80F177

Tints of Pastel Green #80F177

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 24.39%

R = 26.23%
G = 49.39%
B = 24.39%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#80F177 (or 0x80F177) is known color: Pastel Green. HEX triplet: 80, F1 and 77. RGB value is (128,241,119). Sum of RGB (Red+Green+Blue) = 128+241+119=488 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.23% from 488); Green value is 241 (94.53% from 255 or 49.39% from 488); Blue value is 119 (46.88% from 255 or 24.39% from 488); Max value from RGB is 241 - color contains mainly: green. Hex color #80F177 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F177 is #7F0E88. Grayscale: #C1C1C1. Windows color (decimal): -8326793 or 7860608. OLE color: 7860608.

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

Color convert

RGB 128 241 119 -
CMYK 0.47 0 0.51 0.05
HSL 115.57º 0.81% 0.71% -
HSV(B) 115.57º 0.51% 0.95% -
XYZ 43.69 68.83 28.44 -
YUV 193.31 86.06 81.42 -
System Red Green Blue C M Y K H S L
Decimal 128 241 119 0.47 0 0.51 0.05 115.57 0.81 0.71
Hex 80 F1 77 2F 0 33 5 74 51 47
Octal 200 361 167 57 0 63 5 164 121 107
Binary 10000000 11110001 1110111 101111 0 110011 101 1110100 1010001 1000111

Color Harmonies of #80F177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F177

Black with #80F177

Text Example


Text Example

White with #80F177

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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