#85F7AA

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

Shades of Pale Green #85F7AA

Tints of Pale Green #85F7AA

Color information

#85F7AA (or 0x85F7AA) is unknown color: approx Pale Green. HEX triplet: 85, F7 and AA. RGB value is (133,247,170). Sum of RGB (Red+Green+Blue) = 133+247+170=550 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.18% from 550); Green value is 247 (96.88% from 255 or 44.91% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F7AA is #7A0855. Grayscale: #CCCCCC. Windows color (decimal): -7997526 or 11204485. OLE color: 11204485.

HSL color Cylindrical-coordinate representation of color #85F7AA: hue angle of 139.47º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F7AA is Cyan = 0.46, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB133247170-
CMYK0.4600.310.03
HSL139.47º87.69%74.51%-
HSV(B)139.47º46.15%96.86%-
XYZ50.1974.4149.75-
YUV204.14108.7377.26-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.18%
GREEN value IS 247 (96.88% from 255) = 44.91%
BLUE value IS 170 (66.80% from 255) = 30.91%
R=24.18%
G=44.91%
B=30.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471700.4600.310.03139.4787.6974.51
Hex85F7AA2E01F38b584b
Octal205367252560373213130113
Binary100001011111011110101010101110011111111000101110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,247,170); }

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

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

 a { background-color: rgb(133,247,170); }

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

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

 span { border-color: rgb(133,247,170); }

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