#85EA75

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

Shades of Pastel Green #85EA75

Tints of Pastel Green #85EA75

Color information

#85EA75 (or 0x85EA75) is unknown color: approx Pastel Green. HEX triplet: 85, EA and 75. RGB value is (133,234,117). Sum of RGB (Red+Green+Blue) = 133+234+117=484 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.48% from 484); Green value is 234 (91.80% from 255 or 48.35% from 484); Blue value is 117 (46.09% from 255 or 24.17% from 484); Max value from RGB is 234 - color contains mainly: green. Hex color #85EA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85EA75 is #7A158A. Grayscale: #BEBEBE. Windows color (decimal): -8000907 or 7727749. OLE color: 7727749.

HSL color Cylindrical-coordinate representation of color #85EA75: hue angle of 111.79º degrees, saturation: 0.74, 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 #85EA75 is Cyan = 0.43, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.08.

Color convert

RGB133234117-
CMYK0.4300.50.08
HSL111.79º73.58%68.82%-
HSV(B)111.79º50%91.76%-
XYZ42.3165.1227.17-
YUV190.4686.5487.01-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.48%
GREEN value IS 234 (91.80% from 255) = 48.35%
BLUE value IS 117 (46.09% from 255) = 24.17%
R=27.48%
G=48.35%
B=24.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1332341170.4300.50.08111.7973.5868.82
Hex85EA752B0328704a45
Octal2053521655306210160112105
Binary1000010111101010111010110101101100101000111000010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85EA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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