#75D081

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

Shades of Pastel Green #75D081

Tints of Pastel Green #75D081

Color information

#75D081 (or 0x75D081) is unknown color: approx Pastel Green. HEX triplet: 75, D0 and 81. RGB value is (117,208,129). Sum of RGB (Red+Green+Blue) = 117+208+129=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #75D081 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D081 is #8A2F7E. Grayscale: #ACACAC. Windows color (decimal): -9056127 or 8507509. OLE color: 8507509.

HSL color Cylindrical-coordinate representation of color #75D081: hue angle of 127.91º degrees, saturation: 0.49, 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 #75D081 is Cyan = 0.44, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB117208129-
CMYK0.4400.380.18
HSL127.91º49.19%63.73%-
HSV(B)127.91º43.75%81.57%-
XYZ33.8550.4828.73-
YUV171.78103.8588.92-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 208 (81.64% from 255) = 45.81%
BLUE value IS 129 (50.78% from 255) = 28.41%
R=25.77%
G=45.81%
B=28.41%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1172081290.4400.380.18127.9149.1963.73
Hex75D0812C02612803140
Octal165320201540462220061100
Binary11101011101000010000001101100010011010010100000001100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75D081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,208,129); }

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

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

 a { background-color: rgb(117,208,129); }

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

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

 span { border-color: rgb(117,208,129); }

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