#75D180

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

Shades of Pastel Green #75D180

Tints of Pastel Green #75D180

Color information

#75D180 (or 0x75D180) is unknown color: approx Pastel Green. HEX triplet: 75, D1 and 80. RGB value is (117,209,128). Sum of RGB (Red+Green+Blue) = 117+209+128=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 209 (82.03% from 255 or 46.04% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 209 - color contains mainly: green. Hex color #75D180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D180 is #8A2E7F. Grayscale: #ACACAC. Windows color (decimal): -9055872 or 8442229. OLE color: 8442229.

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

Color convert

RGB117209128-
CMYK0.4400.390.18
HSL127.17º50%63.92%-
HSV(B)127.17º44.02%81.96%-
XYZ34.0350.9428.46-
YUV172.26103.0288.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 209 (82.03% from 255) = 46.04%
BLUE value IS 128 (50.39% from 255) = 28.19%
R=25.77%
G=46.04%
B=28.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172091280.4400.390.18127.175063.92
Hex75D1802C027127f3240
Octal165321200540472217762100
Binary1110101110100011000000010110001001111001011111111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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