#75D682

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

Shades of Pastel Green #75D682

Tints of Pastel Green #75D682

Color information

#75D682 (or 0x75D682) is unknown color: approx Pastel Green. HEX triplet: 75, D6 and 82. RGB value is (117,214,130). Sum of RGB (Red+Green+Blue) = 117+214+130=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 214 (83.98% from 255 or 46.42% from 461); Blue value is 130 (51.17% from 255 or 28.20% from 461); Max value from RGB is 214 - color contains mainly: green. Hex color #75D682 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D682 is #8A297D. Grayscale: #AFAFAF. Windows color (decimal): -9054590 or 8574581. OLE color: 8574581.

HSL color Cylindrical-coordinate representation of color #75D682: hue angle of 128.04º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D682 is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB117214130-
CMYK0.4500.390.16
HSL128.04º54.19%64.9%-
HSV(B)128.04º45.33%83.92%-
XYZ35.4153.4929.58-
YUV175.42102.3686.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.38%
GREEN value IS 214 (83.98% from 255) = 46.42%
BLUE value IS 130 (51.17% from 255) = 28.20%
R=25.38%
G=46.42%
B=28.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1172141300.4500.390.16128.0454.1964.9
Hex75D6822D02710803641
Octal165326202550472020066101
Binary11101011101011010000010101101010011110000100000001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,214,130); }

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

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

 a { background-color: rgb(117,214,130); }

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

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

 span { border-color: rgb(117,214,130); }

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