Html Css Color HEX #80F977 Pastel Green

📋 copy color: '#80F977'

red 128 ◦ green 249 ◦ blue 119

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

Shades of Pastel Green #80F977

Tints of Pastel Green #80F977

RGB

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

 GREEN value IS 249 (97.66% from 255) = 50.2%

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

R = 25.81%
G = 50.2%
B = 23.99%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#80F977 (or 0x80F977) is known color: Pastel Green. HEX triplet: 80, F9 and 77. RGB value is (128,249,119). Sum of RGB (Red+Green+Blue) = 128+249+119=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 249 (97.66% from 255 or 50.20% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 249 - color contains mainly: green. Hex color #80F977 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F977 is #7F0688. Grayscale: #C6C6C6. Windows color (decimal): -8324745 or 7862656. OLE color: 7862656.

HSL color Cylindrical-coordinate representation of color #80F977: hue angle of 115.85º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #80F977 is Cyan = 0.49, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.02.

Color convert

RGB 128 249 119 -
CMYK 0.49 0 0.52 0.02
HSL 115.85º 0.92% 0.72% -
HSV(B) 115.85º 0.52% 0.98% -
XYZ 46.11 73.67 29.24 -
YUV 198 83.41 78.07 -
System Red Green Blue C M Y K H S L
Decimal 128 249 119 0.49 0 0.52 0.02 115.85 0.92 0.72
Hex 80 F9 77 31 0 34 2 74 5C 48
Octal 200 371 167 61 0 64 2 164 134 110
Binary 10000000 11111001 1110111 110001 0 110100 10 1110100 1011100 1001000

Color Harmonies of #80F977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F977

Black with #80F977

Text Example


Text Example

White with #80F977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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