#75D97D

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

Shades of Pastel Green #75D97D

Tints of Pastel Green #75D97D

Color information

#75D97D (or 0x75D97D) is unknown color: approx Pastel Green. HEX triplet: 75, D9 and 7D. RGB value is (117,217,125). Sum of RGB (Red+Green+Blue) = 117+217+125=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 217 (85.16% from 255 or 47.28% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 217 - color contains mainly: green. Hex color #75D97D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D97D is #8A2682. Grayscale: #B0B0B0. Windows color (decimal): -9053827 or 8247669. OLE color: 8247669.

HSL color Cylindrical-coordinate representation of color #75D97D: hue angle of 124.8º 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 #75D97D is Cyan = 0.46, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB117217125-
CMYK0.4600.420.15
HSL124.8º56.82%65.49%-
HSV(B)124.8º46.08%85.1%-
XYZ35.8554.8928.11-
YUV176.6198.8785.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 217 (85.16% from 255) = 47.28%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=25.49%
G=47.28%
B=27.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171250.4600.420.15124.856.8265.49
Hex75D97D2E02AF7d3941
Octal165331175560521717571101
Binary11101011101100111111011011100101010111111111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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