#80F26C

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

Shades of Pastel Green #80F26C

Tints of Pastel Green #80F26C

Color information

#80F26C (or 0x80F26C) is unknown color: approx Pastel Green. HEX triplet: 80, F2 and 6C. RGB value is (128,242,108). Sum of RGB (Red+Green+Blue) = 128+242+108=478 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.78% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 108 (42.58% from 255 or 22.59% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #80F26C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F26C is #7F0D93. Grayscale: #C1C1C1. Windows color (decimal): -8326548 or 7139968. OLE color: 7139968.

HSL color Cylindrical-coordinate representation of color #80F26C: hue angle of 111.04º degrees, saturation: 0.84, 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 #80F26C is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB128242108-
CMYK0.4700.550.05
HSL111.04º83.75%68.63%-
HSV(B)111.04º55.37%94.9%-
XYZ43.3669.1825.25-
YUV192.6480.2381.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.78%
GREEN value IS 242 (94.92% from 255) = 50.63%
BLUE value IS 108 (42.58% from 255) = 22.59%
R=26.78%
G=50.63%
B=22.59%

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
Decimal1282421080.4700.550.05111.0483.7568.63
Hex80F26C2F03756f5445
Octal200362154570675157124105
Binary100000001111001011011001011110110111101110111110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,242,108); }

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

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

 a { background-color: rgb(128,242,108); }

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

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

 span { border-color: rgb(128,242,108); }

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