#85F778

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

Shades of Light Green #85F778

Tints of Light Green #85F778

Color information

#85F778 (or 0x85F778) is unknown color: approx Light Green. HEX triplet: 85, F7 and 78. RGB value is (133,247,120). Sum of RGB (Red+Green+Blue) = 133+247+120=500 (66% of max value = 765). Red value is 133 (52.34% from 255 or 26.6% from 500); Green value is 247 (96.88% from 255 or 49.4% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 247 - color contains mainly: green. Hex color #85F778 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #85F778 is #7A0887. Grayscale: #C6C6C6. Windows color (decimal): -7997576 or 7927685. OLE color: 7927685.

HSL color Cylindrical-coordinate representation of color #85F778: hue angle of 113.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #85F778 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.

Color convert

RGB133247120-
CMYK0.4600.510.03
HSL113.86º88.81%71.96%-
HSV(B)113.86º51.42%96.86%-
XYZ46.3272.8629.39-
YUV198.4483.7381.33-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 26.6%
GREEN value IS 247 (96.88% from 255) = 49.4%
BLUE value IS 120 (47.27% from 255) = 24%
R=26.6%
G=49.4%
B=24%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1332471200.4600.510.03113.8688.8171.96
Hex85F7782E0333725948
Octal205367170560633162131110
Binary10000101111101111111000101110011001111111001010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85F778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,247,120); }

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

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

 a { background-color: rgb(133,247,120); }

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

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

 span { border-color: rgb(133,247,120); }

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