#75D96D

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

Shades of Pastel Green #75D96D

Tints of Pastel Green #75D96D

Color information

#75D96D (or 0x75D96D) is unknown color: approx Pastel Green. HEX triplet: 75, D9 and 6D. RGB value is (117,217,109). Sum of RGB (Red+Green+Blue) = 117+217+109=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #75D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D96D is #8A2692. Grayscale: #AFAFAF. Windows color (decimal): -9053843 or 7199093. OLE color: 7199093.

HSL color Cylindrical-coordinate representation of color #75D96D: hue angle of 115.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75D96D is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB117217109-
CMYK0.4600.500.15
HSL115.56º58.7%63.92%-
HSV(B)115.56º49.77%85.1%-
XYZ34.9154.5123.15-
YUV174.7990.8786.78-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.41%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=26.41%
G=48.98%
B=24.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171090.4600.500.15115.5658.763.92
Hex75D96D2E032F743b40
Octal165331155560621716473100
Binary11101011101100111011011011100110010111111101001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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