#80F774

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

Shades of Pastel Green #80F774

Tints of Pastel Green #80F774

Color information

#80F774 (or 0x80F774) is unknown color: approx Pastel Green. HEX triplet: 80, F7 and 74. RGB value is (128,247,116). Sum of RGB (Red+Green+Blue) = 128+247+116=491 (65% of max value = 765). Red value is 128 (50.39% from 255 or 26.07% from 491); Green value is 247 (96.88% from 255 or 50.31% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 247 - color contains mainly: green. Hex color #80F774 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #80F774 is #7F088B. Grayscale: #C4C4C4. Windows color (decimal): -8325260 or 7665536. OLE color: 7665536.

HSL color Cylindrical-coordinate representation of color #80F774: hue angle of 114.5º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #80F774 is Cyan = 0.48, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB128247116-
CMYK0.4800.530.03
HSL114.5º89.12%71.18%-
HSV(B)114.5º53.04%96.86%-
XYZ45.3272.3728.1-
YUV196.4882.5879.15-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 26.07%
GREEN value IS 247 (96.88% from 255) = 50.31%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=26.07%
G=50.31%
B=23.63%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1282471160.4800.530.03114.589.1271.18
Hex80F774300353735947
Octal200367164600653163131107
Binary10000000111101111110100110000011010111111001110110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80F774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,247,116); }

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

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

 a { background-color: rgb(128,247,116); }

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

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

 span { border-color: rgb(128,247,116); }

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