#80F36E

Color #80F36E Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #80F36E

Tints of Pastel Green #80F36E

Color information

#80F36E (or 0x80F36E) is unknown color: approx Pastel Green. HEX triplet: 80, F3 and 6E. RGB value is (128,243,110). Sum of RGB (Red+Green+Blue) = 128+243+110=481 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.61% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 110 (43.36% from 255 or 22.87% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #80F36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F36E is #7F0C91. Grayscale: #C1C1C1. Windows color (decimal): -8326290 or 7271296. OLE color: 7271296.

HSL color Cylindrical-coordinate representation of color #80F36E: hue angle of 111.88º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #80F36E is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB128243110-
CMYK0.4700.550.05
HSL111.88º84.71%69.22%-
HSV(B)111.88º54.73%95.29%-
XYZ43.7769.8225.92-
YUV193.4580.981.31-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.61%
GREEN value IS 243 (95.31% from 255) = 50.52%
BLUE value IS 110 (43.36% from 255) = 22.87%
R=26.61%
G=50.52%
B=22.87%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282431100.4700.550.05111.8884.7169.22
Hex80F36E2F0375705545
Octal200363156570675160125105
Binary100000001111001111011101011110110111101111000010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,243,110); }

 H1.HeaderClassName
 {
   color: #80F36E;
 }
 .AnyTagClassName
 {
   color: #80F36E;
 }
</style>
background-color css

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

 a { background-color: rgb(128,243,110); }

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

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

 span { border-color: rgb(128,243,110); }

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