#75EC85

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

Shades of Pastel Green #75EC85

Tints of Pastel Green #75EC85

Color information

#75EC85 (or 0x75EC85) is unknown color: approx Pastel Green. HEX triplet: 75, EC and 85. RGB value is (117,236,133). Sum of RGB (Red+Green+Blue) = 117+236+133=486 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.07% from 486); Green value is 236 (92.58% from 255 or 48.56% from 486); Blue value is 133 (52.34% from 255 or 27.37% from 486); Max value from RGB is 236 - color contains mainly: green. Hex color #75EC85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #75EC85 is #8A137A. Grayscale: #BCBCBC. Windows color (decimal): -9048955 or 8776821. OLE color: 8776821.

HSL color Cylindrical-coordinate representation of color #75EC85: hue angle of 128.07º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75EC85 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB117236133-
CMYK0.5000.440.07
HSL128.07º75.8%69.22%-
HSV(B)128.07º50.42%92.55%-
XYZ41.5765.4732.64-
YUV188.6896.5876.88-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.07%
GREEN value IS 236 (92.58% from 255) = 48.56%
BLUE value IS 133 (52.34% from 255) = 27.37%
R=24.07%
G=48.56%
B=27.37%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1172361330.5000.440.07128.0775.869.22
Hex75EC853202C7804c45
Octal165354205620547200114105
Binary1110101111011001000010111001001011001111000000010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75EC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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