Html Css Color HEX #80F57B Pastel Green

📋 copy color: '#80F57B'

red 128 ◦ green 245 ◦ blue 123

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

Shades of Pastel Green #80F57B

Tints of Pastel Green #80F57B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.4%

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

R = 25.81%
G = 49.4%
B = 24.8%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#80F57B (or 0x80F57B) is known color: Pastel Green. HEX triplet: 80, F5 and 7B. RGB value is (128,245,123). Sum of RGB (Red+Green+Blue) = 128+245+123=496 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.81% from 496); Green value is 245 (96.09% from 255 or 49.40% from 496); Blue value is 123 (48.44% from 255 or 24.80% from 496); Max value from RGB is 245 - color contains mainly: green. Hex color #80F57B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F57B is #7F0A84. Grayscale: #C4C4C4. Windows color (decimal): -8325765 or 8123776. OLE color: 8123776.

HSL color Cylindrical-coordinate representation of color #80F57B: hue angle of 117.54º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F57B is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 128 245 123 -
CMYK 0.48 0 0.50 0.04
HSL 117.54º 0.86% 0.72% -
HSV(B) 117.54º 0.5% 0.96% -
XYZ 45.13 71.32 30.13 -
YUV 196.11 86.74 79.42 -
System Red Green Blue C M Y K H S L
Decimal 128 245 123 0.48 0 0.50 0.04 117.54 0.86 0.72
Hex 80 F5 7B 30 0 32 4 76 56 48
Octal 200 365 173 60 0 62 4 166 126 110
Binary 10000000 11110101 1111011 110000 0 110010 100 1110110 1010110 1001000

Color Harmonies of #80F57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F57B

Black with #80F57B

Text Example


Text Example

White with #80F57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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