#75DA85

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

Shades of Pastel Green #75DA85

Tints of Pastel Green #75DA85

Color information

#75DA85 (or 0x75DA85) is unknown color: approx Pastel Green. HEX triplet: 75, DA and 85. RGB value is (117,218,133). Sum of RGB (Red+Green+Blue) = 117+218+133=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DA85 is #8A257A. Grayscale: #B2B2B2. Windows color (decimal): -9053563 or 8772213. OLE color: 8772213.

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

Color convert

RGB117218133-
CMYK0.4600.390.15
HSL129.5º57.71%65.69%-
HSV(B)129.5º46.33%85.49%-
XYZ36.6455.6230.99-
YUV178.11102.5484.41-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 218 (85.55% from 255) = 46.58%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=25%
G=46.58%
B=28.42%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1172181330.4600.390.15129.557.7165.69
Hex75DA852E027F823a42
Octal165332205560471720272102
Binary1110101110110101000010110111001001111111100000101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75DA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,218,133); }

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

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

 a { background-color: rgb(117,218,133); }

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

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

 span { border-color: rgb(117,218,133); }

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