#85FCAE

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

Shades of Pale Green #85FCAE

Tints of Pale Green #85FCAE

Color information

#85FCAE (or 0x85FCAE) is unknown color: approx Pale Green. HEX triplet: 85, FC and AE. RGB value is (133,252,174). Sum of RGB (Red+Green+Blue) = 133+252+174=559 (74% of max value = 765). Red value is 133 (52.34% from 255 or 23.79% from 559); Green value is 252 (98.83% from 255 or 45.08% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FCAE is #7A0351. Grayscale: #CFCFCF. Windows color (decimal): -7996242 or 11467909. OLE color: 11467909.

HSL color Cylindrical-coordinate representation of color #85FCAE: hue angle of 140.67º 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 #85FCAE is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB133252174-
CMYK0.4700.310.01
HSL140.67º95.2%75.49%-
HSV(B)140.67º47.22%98.82%-
XYZ52.1277.6652.29-
YUV207.53109.0874.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 23.79%
GREEN value IS 252 (98.83% from 255) = 45.08%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=23.79%
G=45.08%
B=31.13%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332521740.4700.310.01140.6795.275.49
Hex85FCAE2F01F18d5f4b
Octal205374256570371215137113
Binary10000101111111001010111010111101111111000110110111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FCAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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