#8DF785

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

Shades of Light Green #8DF785

Tints of Light Green #8DF785

Color information

#8DF785 (or 0x8DF785) is unknown color: approx Light Green. HEX triplet: 8D, F7 and 85. RGB value is (141,247,133). Sum of RGB (Red+Green+Blue) = 141+247+133=521 (69% of max value = 765). Red value is 141 (55.47% from 255 or 27.06% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #8DF785 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF785 is #72087A. Grayscale: #CACACA. Windows color (decimal): -7473275 or 8779661. OLE color: 8779661.

HSL color Cylindrical-coordinate representation of color #8DF785: hue angle of 115.79º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8DF785 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB141247133-
CMYK0.4300.460.03
HSL115.79º87.69%74.51%-
HSV(B)115.79º46.15%96.86%-
XYZ48.4873.8833.9-
YUV202.3188.8884.27-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.06%
GREEN value IS 247 (96.88% from 255) = 47.41%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=27.06%
G=47.41%
B=25.53%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1412471330.4300.460.03115.7987.6974.51
Hex8DF7852B02E374584b
Octal215367205530563164130113
Binary100011011111011110000101101011010111011111010010110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8DF785; }

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

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

<style>
 a { background-color: #8DF785; }

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

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

<style>
 span { border-color: #8DF785; }

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

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