#85D273

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

Shades of Pastel Green #85D273

Tints of Pastel Green #85D273

Color information

#85D273 (or 0x85D273) is unknown color: approx Pastel Green. HEX triplet: 85, D2 and 73. RGB value is (133,210,115). Sum of RGB (Red+Green+Blue) = 133+210+115=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 210 (82.42% from 255 or 45.85% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 210 - color contains mainly: green. Hex color #85D273 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D273 is #7A2D8C. Grayscale: #B0B0B0. Windows color (decimal): -8007053 or 7590533. OLE color: 7590533.

HSL color Cylindrical-coordinate representation of color #85D273: hue angle of 108.63º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85D273 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB133210115-
CMYK0.3700.450.18
HSL108.63º51.35%63.73%-
HSV(B)108.63º45.24%82.35%-
XYZ35.8152.3224.43-
YUV176.1593.4997.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 210 (82.42% from 255) = 45.85%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=29.04%
G=45.85%
B=25.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1332101150.3700.450.18108.6351.3563.73
Hex85D2732502D126d3340
Octal205322163450552215563100
Binary1000010111010010111001110010101011011001011011011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,210,115); }

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

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

 a { background-color: rgb(133,210,115); }

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

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

 span { border-color: rgb(133,210,115); }

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