#85FB9C

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

Shades of Pale Green #85FB9C

Tints of Pale Green #85FB9C

Color information

#85FB9C (or 0x85FB9C) is unknown color: approx Pale Green. HEX triplet: 85, FB and 9C. RGB value is (133,251,156). Sum of RGB (Red+Green+Blue) = 133+251+156=540 (71% of max value = 765). Red value is 133 (52.34% from 255 or 24.63% from 540); Green value is 251 (98.44% from 255 or 46.48% from 540); Blue value is 156 (61.33% from 255 or 28.89% from 540); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB9C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FB9C is #7A0463. Grayscale: #CDCDCD. Windows color (decimal): -7996516 or 10288005. OLE color: 10288005.

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

Color convert

RGB133251156-
CMYK0.4700.380.02
HSL131.69º93.65%75.29%-
HSV(B)131.69º47.01%98.43%-
XYZ50.1776.3843.55-
YUV204.89100.4176.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.63%
GREEN value IS 251 (98.44% from 255) = 46.48%
BLUE value IS 156 (61.33% from 255) = 28.89%
R=24.63%
G=46.48%
B=28.89%

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
Decimal1332511560.4700.380.02131.6993.6575.29
Hex85FB9C2F0262845e4b
Octal205373234570462204136113
Binary1000010111111011100111001011110100110101000010010111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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