#85FC88

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

Shades of Light Green #85FC88

Tints of Light Green #85FC88

Color information

#85FC88 (or 0x85FC88) is unknown color: approx Light Green. HEX triplet: 85, FC and 88. RGB value is (133,252,136). Sum of RGB (Red+Green+Blue) = 133+252+136=521 (69% of max value = 765). Red value is 133 (52.34% from 255 or 25.53% from 521); Green value is 252 (98.83% from 255 or 48.37% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 252 - color contains mainly: green. Hex color #85FC88 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85FC88 is #7A0377. Grayscale: #CBCBCB. Windows color (decimal): -7996280 or 8977541. OLE color: 8977541.

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

Color convert

RGB133252136-
CMYK0.4700.460.01
HSL121.51º95.2%75.49%-
HSV(B)121.51º47.22%98.82%-
XYZ48.9376.3835.46-
YUV203.1990.0877.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.53%
GREEN value IS 252 (98.83% from 255) = 48.37%
BLUE value IS 136 (53.52% from 255) = 26.10%
R=25.53%
G=48.37%
B=26.10%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1332521360.4700.460.01121.5195.275.49
Hex85FC882F02E17a5f4b
Octal205374210570561172137113
Binary10000101111111001000100010111101011101111101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FC88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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