#8EFA85

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

Shades of Light Green #8EFA85

Tints of Light Green #8EFA85

Color information

#8EFA85 (or 0x8EFA85) is unknown color: approx Light Green. HEX triplet: 8E, FA and 85. RGB value is (142,250,133). Sum of RGB (Red+Green+Blue) = 142+250+133=525 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.05% from 525); Green value is 250 (98.05% from 255 or 47.62% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 250 - color contains mainly: green. Hex color #8EFA85 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EFA85 is #71057A. Grayscale: #CCCCCC. Windows color (decimal): -7406971 or 8780430. OLE color: 8780430.

HSL color Cylindrical-coordinate representation of color #8EFA85: hue angle of 115.38º 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 #8EFA85 is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB142250133-
CMYK0.4300.470.02
HSL115.38º92.13%75.1%-
HSV(B)115.38º46.8%98.04%-
XYZ49.5775.8234.21-
YUV204.3787.7283.51-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.05%
GREEN value IS 250 (98.05% from 255) = 47.62%
BLUE value IS 133 (52.34% from 255) = 25.33%
R=27.05%
G=47.62%
B=25.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1422501330.4300.470.02115.3892.1375.1
Hex8EFA852B02F2735c4b
Octal216372205530572163134113
Binary100011101111101010000101101011010111110111001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFA85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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