#8DFA85

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

Shades of Light Green #8DFA85

Tints of Light Green #8DFA85

Color information

#8DFA85 (or 0x8DFA85) is unknown color: approx Light Green. HEX triplet: 8D, FA and 85. RGB value is (141,250,133). Sum of RGB (Red+Green+Blue) = 141+250+133=524 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.91% from 524); Green value is 250 (98.05% from 255 or 47.71% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 250 - color contains mainly: green. Hex color #8DFA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DFA85 is #72057A. Grayscale: #CCCCCC. Windows color (decimal): -7472507 or 8780429. OLE color: 8780429.

HSL color Cylindrical-coordinate representation of color #8DFA85: hue angle of 115.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8DFA85 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB141250133-
CMYK0.4400.470.02
HSL115.9º92.13%75.1%-
HSV(B)115.9º46.8%98.04%-
XYZ49.475.7334.2-
YUV204.0787.8983.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.91%
GREEN value IS 250 (98.05% from 255) = 47.71%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=26.91%
G=47.71%
B=25.38%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1412501330.4400.470.02115.992.1375.1
Hex8DFA852C02F2745c4b
Octal215372205540572164134113
Binary100011011111101010000101101100010111110111010010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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