Html Css Color HEX #80F46D Pastel Green

📋 copy color: '#80F46D'

red 128 ◦ green 244 ◦ blue 109

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

Shades of Pastel Green #80F46D

Tints of Pastel Green #80F46D

RGB

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

 GREEN value IS 244 (95.7% from 255) = 50.73%

 BLUE value IS 109 (42.97% from 255) = 22.66%

R = 26.61%
G = 50.73%
B = 22.66%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#80F46D (or 0x80F46D) is known color: Pastel Green. HEX triplet: 80, F4 and 6D. RGB value is (128,244,109). Sum of RGB (Red+Green+Blue) = 128+244+109=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 244 (95.70% from 255 or 50.73% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 244 - color contains mainly: green. Hex color #80F46D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F46D is #7F0B92. Grayscale: #C2C2C2. Windows color (decimal): -8326035 or 7206016. OLE color: 7206016.

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

Color convert

RGB 128 244 109 -
CMYK 0.48 0 0.55 0.04
HSL 111.56º 0.86% 0.69% -
HSV(B) 111.56º 0.55% 0.96% -
XYZ 44.01 70.39 25.74 -
YUV 193.93 80.07 80.98 -
System Red Green Blue C M Y K H S L
Decimal 128 244 109 0.48 0 0.55 0.04 111.56 0.86 0.69
Hex 80 F4 6D 30 0 37 4 70 56 45
Octal 200 364 155 60 0 67 4 160 126 105
Binary 10000000 11110100 1101101 110000 0 110111 100 1110000 1010110 1000101

Color Harmonies of #80F46D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F46D

Black with #80F46D

Text Example


Text Example

White with #80F46D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,244,109); }

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

background-color css

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

 a { background-color: rgb(128,244,109); }

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

border-color css

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

 span { border-color: rgb(128,244,109); }

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