#75D977

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

Shades of Pastel Green #75D977

Tints of Pastel Green #75D977

Color information

#75D977 (or 0x75D977) is unknown color: approx Pastel Green. HEX triplet: 75, D9 and 77. RGB value is (117,217,119). Sum of RGB (Red+Green+Blue) = 117+217+119=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #75D977 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D977 is #8A2688. Grayscale: #B0B0B0. Windows color (decimal): -9053833 or 7854453. OLE color: 7854453.

HSL color Cylindrical-coordinate representation of color #75D977: hue angle of 121.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D977 is Cyan = 0.46, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB117217119-
CMYK0.4600.450.15
HSL121.2º56.82%65.49%-
HSV(B)121.2º46.08%85.1%-
XYZ35.4854.7426.15-
YUV175.9395.8785.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 217 (85.16% from 255) = 47.90%
BLUE value IS 119 (46.88% from 255) = 26.27%
R=25.83%
G=47.90%
B=26.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171190.4600.450.15121.256.8265.49
Hex75D9772E02DF793941
Octal165331167560551717171101
Binary11101011101100111101111011100101101111111110011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75D977; }

 p { color: rgb(117,217,119); }

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

<style>
 a { background-color: #75D977; }

 a { background-color: rgb(117,217,119); }

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

<style>
 span { border-color: #75D977; }

 span { border-color: rgb(117,217,119); }

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