#85D675

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

Shades of Pastel Green #85D675

Tints of Pastel Green #85D675

Color information

#85D675 (or 0x85D675) is unknown color: approx Pastel Green. HEX triplet: 85, D6 and 75. RGB value is (133,214,117). Sum of RGB (Red+Green+Blue) = 133+214+117=464 (61% of max value = 765). Red value is 133 (52.34% from 255 or 28.66% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #85D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D675 is #7A298A. Grayscale: #B3B3B3. Windows color (decimal): -8006027 or 7722629. OLE color: 7722629.

HSL color Cylindrical-coordinate representation of color #85D675: hue angle of 110.1º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85D675 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB133214117-
CMYK0.3800.450.16
HSL110.1º54.19%64.9%-
HSV(B)110.1º45.33%83.92%-
XYZ36.9354.3625.38-
YUV178.7293.1695.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.66%
GREEN value IS 214 (83.98% from 255) = 46.12%
BLUE value IS 117 (46.09% from 255) = 25.22%
R=28.66%
G=46.12%
B=25.22%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332141170.3800.450.16110.154.1964.9
Hex85D6752602D106e3641
Octal205326165460552015666101
Binary1000010111010110111010110011001011011000011011101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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