#85F7A7

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

Shades of Pale Green #85F7A7

Tints of Pale Green #85F7A7

Color information

#85F7A7 (or 0x85F7A7) is unknown color: approx Pale Green. HEX triplet: 85, F7 and A7. RGB value is (133,247,167). Sum of RGB (Red+Green+Blue) = 133+247+167=547 (72% of max value = 765). Red value is 133 (52.34% from 255 or 24.31% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 167 (65.62% from 255 or 30.53% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #85F7A7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F7A7 is #7A0858. Grayscale: #CCCCCC. Windows color (decimal): -7997529 or 11007877. OLE color: 11007877.

HSL color Cylindrical-coordinate representation of color #85F7A7: hue angle of 137.89º 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 #85F7A7 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.

Color convert

RGB133247167-
CMYK0.4600.320.03
HSL137.89º87.69%74.51%-
HSV(B)137.89º46.15%96.86%-
XYZ49.9174.348.27-
YUV203.79107.2377.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.31%
GREEN value IS 247 (96.88% from 255) = 45.16%
BLUE value IS 167 (65.62% from 255) = 30.53%
R=24.31%
G=45.16%
B=30.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471670.4600.320.03137.8987.6974.51
Hex85F7A72E02038a584b
Octal205367247560403212130113
Binary1000010111110111101001111011100100000111000101010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F7A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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