#75D96A

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

Shades of Pastel Green #75D96A

Tints of Pastel Green #75D96A

Color information

#75D96A (or 0x75D96A) is unknown color: approx Pastel Green. HEX triplet: 75, D9 and 6A. RGB value is (117,217,106). Sum of RGB (Red+Green+Blue) = 117+217+106=440 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.59% from 440); Green value is 217 (85.16% from 255 or 49.32% from 440); Blue value is 106 (41.80% from 255 or 24.09% from 440); Max value from RGB is 217 - color contains mainly: green. Hex color #75D96A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D96A is #8A2695. Grayscale: #AEAEAE. Windows color (decimal): -9053846 or 7002485. OLE color: 7002485.

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

Color convert

RGB117217106-
CMYK0.4600.510.15
HSL114.05º59.36%63.33%-
HSV(B)114.05º51.15%85.1%-
XYZ34.7554.4522.31-
YUV174.4589.3787.03-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 26.59%
GREEN value IS 217 (85.16% from 255) = 49.32%
BLUE value IS 106 (41.80% from 255) = 24.09%
R=26.59%
G=49.32%
B=24.09%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172171060.4600.510.15114.0559.3663.33
Hex75D96A2E033F723b3f
Octal16533115256063171627377
Binary1110101110110011101010101110011001111111110010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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