Html Css Color HEX #80F77B Pastel Green

📋 copy color: '#80F77B'

red 128 ◦ green 247 ◦ blue 123

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

Shades of Pastel Green #80F77B

Tints of Pastel Green #80F77B

RGB

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

 GREEN value IS 247 (96.88% from 255) = 49.6%

 BLUE value IS 123 (48.44% from 255) = 24.7%

R = 25.7%
G = 49.6%
B = 24.7%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#80F77B (or 0x80F77B) is known color: Pastel Green. HEX triplet: 80, F7 and 7B. RGB value is (128,247,123). Sum of RGB (Red+Green+Blue) = 128+247+123=498 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.70% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 123 (48.44% from 255 or 24.70% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #80F77B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F77B is #7F0884. Grayscale: #C5C5C5. Windows color (decimal): -8325253 or 8124288. OLE color: 8124288.

HSL color Cylindrical-coordinate representation of color #80F77B: hue angle of 117.58º degrees, saturation: 0.89, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F77B is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 128 247 123 -
CMYK 0.48 0 0.50 0.03
HSL 117.58º 0.89% 0.73% -
HSV(B) 117.58º 0.5% 0.97% -
XYZ 45.74 72.54 30.33 -
YUV 197.28 86.08 78.58 -
System Red Green Blue C M Y K H S L
Decimal 128 247 123 0.48 0 0.50 0.03 117.58 0.89 0.73
Hex 80 F7 7B 30 0 32 3 76 59 49
Octal 200 367 173 60 0 62 3 166 131 111
Binary 10000000 11110111 1111011 110000 0 110010 11 1110110 1011001 1001001

Color Harmonies of #80F77B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F77B

Black with #80F77B

Text Example


Text Example

White with #80F77B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,247,123); }

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

background-color css

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

 a { background-color: rgb(128,247,123); }

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

border-color css

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

 span { border-color: rgb(128,247,123); }

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