#85D571

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

Shades of Pastel Green #85D571

Tints of Pastel Green #85D571

Color information

#85D571 (or 0x85D571) is unknown color: approx Pastel Green. HEX triplet: 85, D5 and 71. RGB value is (133,213,113). Sum of RGB (Red+Green+Blue) = 133+213+113=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #85D571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #85D571 is #7A2A8E. Grayscale: #B2B2B2. Windows color (decimal): -8006287 or 7460229. OLE color: 7460229.

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

Color convert

RGB133213113-
CMYK0.3800.470.16
HSL108º54.35%63.92%-
HSV(B)108º46.95%83.53%-
XYZ36.4553.7724.08-
YUV177.6891.596.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 28.98%
GREEN value IS 213 (83.59% from 255) = 46.41%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=28.98%
G=46.41%
B=24.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1332131130.3800.470.1610854.3563.92
Hex85D5712602F106c3640
Octal205325161460572015466100
Binary1000010111010101111000110011001011111000011011001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,213,113); }

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

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

 a { background-color: rgb(133,213,113); }

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

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

 span { border-color: rgb(133,213,113); }

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