#85FB9B

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

Shades of Pale Green #85FB9B

Tints of Pale Green #85FB9B

Color information

#85FB9B (or 0x85FB9B) is unknown color: approx Pale Green. HEX triplet: 85, FB and 9B. RGB value is (133,251,155). Sum of RGB (Red+Green+Blue) = 133+251+155=539 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.68% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 155 (60.94% from 255 or 28.76% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB9B is #7A0464. Grayscale: #CDCDCD. Windows color (decimal): -7996517 or 10222469. OLE color: 10222469.

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

Color convert

RGB133251155-
CMYK0.4700.380.02
HSL131.19º93.65%75.29%-
HSV(B)131.19º47.01%98.43%-
XYZ50.0976.3543.11-
YUV204.7799.9176.81-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.68%
GREEN value IS 251 (98.44% from 255) = 46.57%
BLUE value IS 155 (60.94% from 255) = 28.76%
R=24.68%
G=46.57%
B=28.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332511550.4700.380.02131.1993.6575.29
Hex85FB9B2F0262835e4b
Octal205373233570462203136113
Binary1000010111111011100110111011110100110101000001110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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