#80F278

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

Shades of Pastel Green #80F278

Tints of Pastel Green #80F278

Color information

#80F278 (or 0x80F278) is unknown color: approx Pastel Green. HEX triplet: 80, F2 and 78. RGB value is (128,242,120). Sum of RGB (Red+Green+Blue) = 128+242+120=490 (64% of max value = 765). Red value is 128 (50.39% from 255 or 26.12% from 490); Green value is 242 (94.92% from 255 or 49.39% from 490); Blue value is 120 (47.27% from 255 or 24.49% from 490); Max value from RGB is 242 - color contains mainly: green. Hex color #80F278 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F278 is #7F0D87. Grayscale: #C2C2C2. Windows color (decimal): -8326536 or 7926400. OLE color: 7926400.

HSL color Cylindrical-coordinate representation of color #80F278: hue angle of 116.07º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80F278 is Cyan = 0.47, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB128242120-
CMYK0.4700.500.05
HSL116.07º82.43%70.98%-
HSV(B)116.07º50.41%94.9%-
XYZ44.0469.4528.85-
YUV194.0186.2380.92-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.12%
GREEN value IS 242 (94.92% from 255) = 49.39%
BLUE value IS 120 (47.27% from 255) = 24.49%
R=26.12%
G=49.39%
B=24.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1282421200.4700.500.05116.0782.4370.98
Hex80F2782F0325745247
Octal200362170570625164122107
Binary100000001111001011110001011110110010101111010010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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