#85e85f

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

Shades of Pastel Green #85E85F

Tints of Pastel Green #85E85F

Color information

#85E85F (or 0x85E85F) is unknown color: approx Pastel Green. HEX triplet: 85, E8 and 5F. RGB value is (133,232,95). Sum of RGB (Red+Green+Blue) = 133+232+95=460 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.91% from 460); Green value is 232 (91.02% from 255 or 50.43% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 232 - color contains mainly: green. Hex color #85E85F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85E85F is #7A17A0. Grayscale: #BBBBBB. Windows color (decimal): -8001441 or 6285445. OLE color: 6285445.

HSL color Cylindrical-coordinate representation of color #85E85F: hue angle of 103.36º degrees, saturation: 0.75, 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 #85E85F is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB13323295-
CMYK0.4300.590.09
HSL103.36º74.86%64.12%-
HSV(B)103.36º59.05%90.98%-
XYZ40.663.5320.95-
YUV186.7876.289.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.91%
GREEN value IS 232 (91.02% from 255) = 50.43%
BLUE value IS 95 (37.5% from 255) = 20.65%
R=28.91%
G=50.43%
B=20.65%

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
Decimal133232950.4300.590.09103.3674.8664.12
Hex85E85F2B03B9674b40
Octal2053501375307311147113100
Binary1000010111101000101111110101101110111001110011110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85e85f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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