#85F571

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

Shades of Pastel Green #85F571

Tints of Pastel Green #85F571

Color information

#85F571 (or 0x85F571) is unknown color: approx Pastel Green. HEX triplet: 85, F5 and 71. RGB value is (133,245,113). Sum of RGB (Red+Green+Blue) = 133+245+113=491 (65% of max value = 765). Red value is 133 (52.34% from 255 or 27.09% from 491); Green value is 245 (96.09% from 255 or 49.90% from 491); Blue value is 113 (44.53% from 255 or 23.01% from 491); Max value from RGB is 245 - color contains mainly: green. Hex color #85F571 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F571 is #7A0A8E. Grayscale: #C4C4C4. Windows color (decimal): -7998095 or 7468421. OLE color: 7468421.

HSL color Cylindrical-coordinate representation of color #85F571: hue angle of 110.91º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85F571 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB133245113-
CMYK0.4600.540.04
HSL110.91º86.84%70.2%-
HSV(B)110.91º53.88%96.08%-
XYZ45.3171.4827.03-
YUV196.4680.8982.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 27.09%
GREEN value IS 245 (96.09% from 255) = 49.90%
BLUE value IS 113 (44.53% from 255) = 23.01%
R=27.09%
G=49.90%
B=23.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332451130.4600.540.04110.9186.8470.2
Hex85F5712E03646f5746
Octal205365161560664157127106
Binary100001011111010111100011011100110110100110111110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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