#77f280

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

Shades of Pastel Green #77F280

Tints of Pastel Green #77F280

Color information

#77F280 (or 0x77F280) is unknown color: approx Pastel Green. HEX triplet: 77, F2 and 80. RGB value is (119,242,128). Sum of RGB (Red+Green+Blue) = 119+242+128=489 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.34% from 489); Green value is 242 (94.92% from 255 or 49.49% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 242 - color contains mainly: green. Hex color #77F280 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #77F280 is #880D7F. Grayscale: #C0C0C0. Windows color (decimal): -8916352 or 8450679. OLE color: 8450679.

HSL color Cylindrical-coordinate representation of color #77F280: hue angle of 124.39º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #77F280 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB119242128-
CMYK0.5100.470.05
HSL124.39º82.55%70.78%-
HSV(B)124.39º50.83%94.9%-
XYZ43.2668.9831.46-
YUV192.2391.7575.77-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.34%
GREEN value IS 242 (94.92% from 255) = 49.49%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=24.34%
G=49.49%
B=26.18%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1192421280.5100.470.05124.3982.5570.78
Hex77F2803302F57c5347
Octal167362200630575174123107
Binary111011111110010100000001100110101111101111110010100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77f280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77f280; }

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

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

<style>
 a { background-color: #77f280; }

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

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

<style>
 span { border-color: #77f280; }

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

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