#85FB9F

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

Shades of Pale Green #85FB9F

Tints of Pale Green #85FB9F

Color information

#85FB9F (or 0x85FB9F) is unknown color: approx Pale Green. HEX triplet: 85, FB and 9F. RGB value is (133,251,159). Sum of RGB (Red+Green+Blue) = 133+251+159=543 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.49% from 543); Green value is 251 (98.44% from 255 or 46.22% from 543); Blue value is 159 (62.5% from 255 or 29.28% from 543); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB9F is #7A0460. Grayscale: #CDCDCD. Windows color (decimal): -7996513 or 10484613. OLE color: 10484613.

HSL color Cylindrical-coordinate representation of color #85FB9F: hue angle of 133.22º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FB9F is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.

Color convert

RGB133251159-
CMYK0.4700.370.02
HSL133.22º93.65%75.29%-
HSV(B)133.22º47.01%98.43%-
XYZ50.4376.4844.91-
YUV205.23101.9176.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.49%
GREEN value IS 251 (98.44% from 255) = 46.22%
BLUE value IS 159 (62.5% from 255) = 29.28%
R=24.49%
G=46.22%
B=29.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332511590.4700.370.02133.2293.6575.29
Hex85FB9F2F0252855e4b
Octal205373237570452205136113
Binary1000010111111011100111111011110100101101000010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,251,159); }

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

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

 a { background-color: rgb(133,251,159); }

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

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

 span { border-color: rgb(133,251,159); }

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