Html Css Color HEX #80F976 Pastel Green

📋 copy color: '#80F976'

red 128 ◦ green 249 ◦ blue 118

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

Shades of Pastel Green #80F976

Tints of Pastel Green #80F976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.84%

R = 25.86%
G = 50.3%
B = 23.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#80F976 (or 0x80F976) is known color: Pastel Green. HEX triplet: 80, F9 and 76. RGB value is (128,249,118). Sum of RGB (Red+Green+Blue) = 128+249+118=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 118 (46.48% from 255 or 23.84% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #80F976 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F976 is #7F0689. Grayscale: #C6C6C6. Windows color (decimal): -8324746 or 7797120. OLE color: 7797120.

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

Color convert

RGB 128 249 118 -
CMYK 0.49 0 0.53 0.02
HSL 115.42º 0.92% 0.72% -
HSV(B) 115.42º 0.53% 0.98% -
XYZ 46.05 73.65 28.93 -
YUV 197.89 82.91 78.15 -
System Red Green Blue C M Y K H S L
Decimal 128 249 118 0.49 0 0.53 0.02 115.42 0.92 0.72
Hex 80 F9 76 31 0 35 2 73 5C 48
Octal 200 371 166 61 0 65 2 163 134 110
Binary 10000000 11111001 1110110 110001 0 110101 10 1110011 1011100 1001000

Color Harmonies of #80F976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F976

Black with #80F976

Text Example


Text Example

White with #80F976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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