#75D166

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

Shades of Pastel Green #75D166

Tints of Pastel Green #75D166

Color information

#75D166 (or 0x75D166) is unknown color: approx Pastel Green. HEX triplet: 75, D1 and 66. RGB value is (117,209,102). Sum of RGB (Red+Green+Blue) = 117+209+102=428 (56% of max value = 765). Red value is 117 (46.09% from 255 or 27.34% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 209 - color contains mainly: green. Hex color #75D166 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D166 is #8A2E99. Grayscale: #A9A9A9. Windows color (decimal): -9055898 or 6738293. OLE color: 6738293.

HSL color Cylindrical-coordinate representation of color #75D166: hue angle of 111.59º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #75D166 is Cyan = 0.44, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB117209102-
CMYK0.4400.510.18
HSL111.59º53.77%60.98%-
HSV(B)111.59º51.2%81.96%-
XYZ32.5350.3420.57-
YUV169.2990.0290.7-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.34%
GREEN value IS 209 (82.03% from 255) = 48.83%
BLUE value IS 102 (40.23% from 255) = 23.83%
R=27.34%
G=48.83%
B=23.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172091020.4400.510.18111.5953.7760.98
Hex75D1662C0331270363d
Octal16532114654063221606675
Binary11101011101000111001101011000110011100101110000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,209,102); }

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

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

 a { background-color: rgb(117,209,102); }

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

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

 span { border-color: rgb(117,209,102); }

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