#85F59B

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

Shades of Light Green #85F59B

Tints of Light Green #85F59B

Color information

#85F59B (or 0x85F59B) is unknown color: approx Light Green. HEX triplet: 85, F5 and 9B. RGB value is (133,245,155). Sum of RGB (Red+Green+Blue) = 133+245+155=533 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.95% from 533); Green value is 245 (96.09% from 255 or 45.97% from 533); Blue value is 155 (60.94% from 255 or 29.08% from 533); Max value from RGB is 245 - color contains mainly: green. Hex color #85F59B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F59B is #7A0A64. Grayscale: #C9C9C9. Windows color (decimal): -7998053 or 10220933. OLE color: 10220933.

HSL color Cylindrical-coordinate representation of color #85F59B: hue angle of 131.79º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85F59B is Cyan = 0.46, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB133245155-
CMYK0.4600.370.04
HSL131.79º84.85%74.12%-
HSV(B)131.79º45.71%96.08%-
XYZ48.2472.6642.49-
YUV201.25101.8979.32-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.95%
GREEN value IS 245 (96.09% from 255) = 45.97%
BLUE value IS 155 (60.94% from 255) = 29.08%
R=24.95%
G=45.97%
B=29.08%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332451550.4600.370.04131.7984.8574.12
Hex85F59B2E025484554a
Octal205365233560454204125112
Binary10000101111101011001101110111001001011001000010010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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