Html Css Color HEX #80F56D Pastel Green

📋 copy color: '#80F56D'

red 128 ◦ green 245 ◦ blue 109

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

Shades of Pastel Green #80F56D

Tints of Pastel Green #80F56D

RGB

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

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

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

R = 26.56%
G = 50.83%
B = 22.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#80F56D (or 0x80F56D) is known color: Pastel Green. HEX triplet: 80, F5 and 6D. RGB value is (128,245,109). Sum of RGB (Red+Green+Blue) = 128+245+109=482 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.56% from 482); Green value is 245 (96.09% from 255 or 50.83% from 482); Blue value is 109 (42.97% from 255 or 22.61% from 482); Max value from RGB is 245 - color contains mainly: green. Hex color #80F56D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F56D is #7F0A92. Grayscale: #C2C2C2. Windows color (decimal): -8325779 or 7206272. OLE color: 7206272.

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

Color convert

RGB 128 245 109 -
CMYK 0.48 0 0.56 0.04
HSL 111.62º 0.87% 0.69% -
HSV(B) 111.62º 0.56% 0.96% -
XYZ 44.31 71 25.84 -
YUV 194.51 79.74 80.56 -
System Red Green Blue C M Y K H S L
Decimal 128 245 109 0.48 0 0.56 0.04 111.62 0.87 0.69
Hex 80 F5 6D 30 0 38 4 70 57 45
Octal 200 365 155 60 0 70 4 160 127 105
Binary 10000000 11110101 1101101 110000 0 111000 100 1110000 1010111 1000101

Color Harmonies of #80F56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80F56D

Black with #80F56D

Text Example


Text Example

White with #80F56D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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