#77E485

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

Shades of Pastel Green #77E485

Tints of Pastel Green #77E485

Color information

#77E485 (or 0x77E485) is unknown color: approx Pastel Green. HEX triplet: 77, E4 and 85. RGB value is (119,228,133). Sum of RGB (Red+Green+Blue) = 119+228+133=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 133 (52.34% from 255 or 27.71% from 480); Max value from RGB is 228 - color contains mainly: green. Hex color #77E485 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77E485 is #881B7A. Grayscale: #B8B8B8. Windows color (decimal): -8919931 or 8774775. OLE color: 8774775.

HSL color Cylindrical-coordinate representation of color #77E485: hue angle of 127.71º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #77E485 is Cyan = 0.48, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB119228133-
CMYK0.4800.420.11
HSL127.71º66.87%68.04%-
HSV(B)127.71º47.81%89.41%-
XYZ39.5861.131.9-
YUV184.5898.8981.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.79%
GREEN value IS 228 (89.45% from 255) = 47.5%
BLUE value IS 133 (52.34% from 255) = 27.71%
R=24.79%
G=47.5%
B=27.71%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1192281330.4800.420.11127.7166.8768.04
Hex77E4853002AB804344
Octal1673442056005213200103104
Binary11101111110010010000101110000010101010111000000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77E485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,228,133); }

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

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

 a { background-color: rgb(119,228,133); }

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

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

 span { border-color: rgb(119,228,133); }

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