#77D274

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

Shades of Pastel Green #77D274

Tints of Pastel Green #77D274

Color information

#77D274 (or 0x77D274) is unknown color: approx Pastel Green. HEX triplet: 77, D2 and 74. RGB value is (119,210,116). Sum of RGB (Red+Green+Blue) = 119+210+116=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #77D274 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77D274 is #882D8B. Grayscale: #ACACAC. Windows color (decimal): -8924556 or 7656055. OLE color: 7656055.

HSL color Cylindrical-coordinate representation of color #77D274: hue angle of 118.09º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #77D274 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB119210116-
CMYK0.4300.450.18
HSL118.09º51.09%63.92%-
HSV(B)118.09º44.76%82.35%-
XYZ33.8151.2824.64-
YUV172.0896.3590.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.74%
GREEN value IS 210 (82.42% from 255) = 47.19%
BLUE value IS 116 (45.70% from 255) = 26.07%
R=26.74%
G=47.19%
B=26.07%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1192101160.4300.450.18118.0951.0963.92
Hex77D2742B02D12763340
Octal167322164530552216663100
Binary111011111010010111010010101101011011001011101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77D274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,210,116); }

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

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

 a { background-color: rgb(119,210,116); }

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

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

 span { border-color: rgb(119,210,116); }

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