#85F69D

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

Shades of Light Green #85F69D

Tints of Light Green #85F69D

Color information

#85F69D (or 0x85F69D) is unknown color: approx Light Green. HEX triplet: 85, F6 and 9D. RGB value is (133,246,157). Sum of RGB (Red+Green+Blue) = 133+246+157=536 (70% of max value = 765). Red value is 133 (52.34% from 255 or 24.81% from 536); Green value is 246 (96.48% from 255 or 45.90% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 246 - color contains mainly: green. Hex color #85F69D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #85F69D is #7A0962. Grayscale: #CACACA. Windows color (decimal): -7997795 or 10352261. OLE color: 10352261.

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

Color convert

RGB133246157-
CMYK0.4600.360.04
HSL132.74º86.26%74.31%-
HSV(B)132.74º45.93%96.47%-
XYZ48.7173.3343.49-
YUV202.07102.5678.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 24.81%
GREEN value IS 246 (96.48% from 255) = 45.90%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=24.81%
G=45.90%
B=29.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1332461570.4600.360.04132.7486.2674.31
Hex85F69D2E024485564a
Octal205366235560444205126112
Binary10000101111101101001110110111001001001001000010110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F69D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,246,157); }

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

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

 a { background-color: rgb(133,246,157); }

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

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

 span { border-color: rgb(133,246,157); }

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