#85EB75

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

Shades of Pastel Green #85EB75

Tints of Pastel Green #85EB75

Color information

#85EB75 (or 0x85EB75) is unknown color: approx Pastel Green. HEX triplet: 85, EB and 75. RGB value is (133,235,117). Sum of RGB (Red+Green+Blue) = 133+235+117=485 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.42% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #85EB75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EB75 is #7A148A. Grayscale: #BFBFBF. Windows color (decimal): -8000651 or 7728005. OLE color: 7728005.

HSL color Cylindrical-coordinate representation of color #85EB75: hue angle of 111.86º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #85EB75 is Cyan = 0.43, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB133235117-
CMYK0.4300.500.08
HSL111.86º74.68%69.02%-
HSV(B)111.86º50.21%92.16%-
XYZ42.5965.6927.26-
YUV191.0586.2186.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.42%
GREEN value IS 235 (92.19% from 255) = 48.45%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=27.42%
G=48.45%
B=24.12%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332351170.4300.500.08111.8674.6869.02
Hex85EB752B0328704b45
Octal2053531655306210160113105
Binary1000010111101011111010110101101100101000111000010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85EB75; }

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

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

<style>
 a { background-color: #85EB75; }

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

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

<style>
 span { border-color: #85EB75; }

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

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