#85FC97

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

Shades of Pale Green #85FC97

Tints of Pale Green #85FC97

Color information

#85FC97 (or 0x85FC97) is unknown color: approx Pale Green. HEX triplet: 85, FC and 97. RGB value is (133,252,151). Sum of RGB (Red+Green+Blue) = 133+252+151=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 252 (98.83% from 255 or 47.01% from 536); Blue value is 151 (59.38% from 255 or 28.17% from 536); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FC97 is #7A0368. Grayscale: #CDCDCD. Windows color (decimal): -7996265 or 9960581. OLE color: 9960581.

HSL color Cylindrical-coordinate representation of color #85FC97: hue angle of 129.08º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FC97 is Cyan = 0.47, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.01.

Color convert

RGB133252151-
CMYK0.4700.400.01
HSL129.08º95.2%75.49%-
HSV(B)129.08º47.22%98.82%-
XYZ50.0776.8441.47-
YUV204.997.5876.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 252 (98.83% from 255) = 47.01%
BLUE value IS 151 (59.38% from 255) = 28.17%
R=24.81%
G=47.01%
B=28.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332521510.4700.400.01129.0895.275.49
Hex85FC972F0281815f4b
Octal205374227570501201137113
Binary100001011111110010010111101111010100011000000110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,252,151); }

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

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

 a { background-color: rgb(133,252,151); }

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

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

 span { border-color: rgb(133,252,151); }

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