#85FB75

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

Shades of Light Green #85FB75

Tints of Light Green #85FB75

Color information

#85FB75 (or 0x85FB75) is unknown color: approx Light Green. HEX triplet: 85, FB and 75. RGB value is (133,251,117). Sum of RGB (Red+Green+Blue) = 133+251+117=501 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.55% from 501); Green value is 251 (98.44% from 255 or 50.10% from 501); Blue value is 117 (46.09% from 255 or 23.35% from 501); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85FB75 is #7A048A. Grayscale: #C8C8C8. Windows color (decimal): -7996555 or 7732101. OLE color: 7732101.

HSL color Cylindrical-coordinate representation of color #85FB75: hue angle of 112.84º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #85FB75 is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB133251117-
CMYK0.4700.530.02
HSL112.84º94.37%72.16%-
HSV(B)112.84º53.39%98.43%-
XYZ47.3875.2728.86-
YUV200.4480.9179.9-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.55%
GREEN value IS 251 (98.44% from 255) = 50.10%
BLUE value IS 117 (46.09% from 255) = 23.35%
R=26.55%
G=50.10%
B=23.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1332511170.4700.530.02112.8494.3772.16
Hex85FB752F0352715e48
Octal205373165570652161136110
Binary10000101111110111110101101111011010110111000110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85FB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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