#75D971

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

Shades of Pastel Green #75D971

Tints of Pastel Green #75D971

Color information

#75D971 (or 0x75D971) is unknown color: approx Pastel Green. HEX triplet: 75, D9 and 71. RGB value is (117,217,113). Sum of RGB (Red+Green+Blue) = 117+217+113=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 217 (85.16% from 255 or 48.55% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 217 - color contains mainly: green. Hex color #75D971 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D971 is #8A268E. Grayscale: #AFAFAF. Windows color (decimal): -9053839 or 7461237. OLE color: 7461237.

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

Color convert

RGB117217113-
CMYK0.4600.480.15
HSL117.69º57.78%64.71%-
HSV(B)117.69º47.93%85.1%-
XYZ35.1354.624.31-
YUV175.2492.8786.46-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.17%
GREEN value IS 217 (85.16% from 255) = 48.55%
BLUE value IS 113 (44.53% from 255) = 25.28%
R=26.17%
G=48.55%
B=25.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171130.4600.480.15117.6957.7864.71
Hex75D9712E030F763a41
Octal165331161560601716672101
Binary11101011101100111100011011100110000111111101101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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