#85F58B

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

Shades of Light Green #85F58B

Tints of Light Green #85F58B

Color information

#85F58B (or 0x85F58B) is unknown color: approx Light Green. HEX triplet: 85, F5 and 8B. RGB value is (133,245,139). Sum of RGB (Red+Green+Blue) = 133+245+139=517 (68% of max value = 765). Red value is 133 (52.34% from 255 or 25.73% from 517); Green value is 245 (96.09% from 255 or 47.39% from 517); Blue value is 139 (54.69% from 255 or 26.89% from 517); Max value from RGB is 245 - color contains mainly: green. Hex color #85F58B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F58B is #7A0A74. Grayscale: #C7C7C7. Windows color (decimal): -7998069 or 9172357. OLE color: 9172357.

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

Color convert

RGB133245139-
CMYK0.4600.430.04
HSL123.21º84.85%74.12%-
HSV(B)123.21º45.71%96.08%-
XYZ46.9972.1635.88-
YUV199.4393.8980.62-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 25.73%
GREEN value IS 245 (96.09% from 255) = 47.39%
BLUE value IS 139 (54.69% from 255) = 26.89%
R=25.73%
G=47.39%
B=26.89%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332451390.4600.430.04123.2184.8574.12
Hex85F58B2E02B47b554a
Octal205365213560534173125112
Binary1000010111110101100010111011100101011100111101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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