#85E95F

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

Shades of Pastel Green #85E95F

Tints of Pastel Green #85E95F

Color information

#85E95F (or 0x85E95F) is unknown color: approx Pastel Green. HEX triplet: 85, E9 and 5F. RGB value is (133,233,95). Sum of RGB (Red+Green+Blue) = 133+233+95=461 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.85% from 461); Green value is 233 (91.41% from 255 or 50.54% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 233 - color contains mainly: green. Hex color #85E95F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E95F is #7A16A0. Grayscale: #BBBBBB. Windows color (decimal): -8001185 or 6285701. OLE color: 6285701.

HSL color Cylindrical-coordinate representation of color #85E95F: hue angle of 103.48º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #85E95F is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB13323395-
CMYK0.4300.590.09
HSL103.48º75.82%64.31%-
HSV(B)103.48º59.23%91.37%-
XYZ40.8864.0921.04-
YUV187.3775.8789.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.85%
GREEN value IS 233 (91.41% from 255) = 50.54%
BLUE value IS 95 (37.5% from 255) = 20.61%
R=28.85%
G=50.54%
B=20.61%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133233950.4300.590.09103.4875.8264.31
Hex85E95F2B03B9674c40
Octal2053511375307311147114100
Binary1000010111101001101111110101101110111001110011110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,233,95); }

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

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

 a { background-color: rgb(133,233,95); }

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

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

 span { border-color: rgb(133,233,95); }

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