#8EF185

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

Shades of Light Green #8EF185

Tints of Light Green #8EF185

Color information

#8EF185 (or 0x8EF185) is unknown color: approx Light Green. HEX triplet: 8E, F1 and 85. RGB value is (142,241,133). Sum of RGB (Red+Green+Blue) = 142+241+133=516 (68% of max value = 765). Red value is 142 (55.86% from 255 or 27.52% from 516); Green value is 241 (94.53% from 255 or 46.71% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 241 - color contains mainly: green. Hex color #8EF185 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF185 is #710E7A. Grayscale: #C7C7C7. Windows color (decimal): -7409275 or 8778126. OLE color: 8778126.

HSL color Cylindrical-coordinate representation of color #8EF185: hue angle of 115º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8EF185 is Cyan = 0.41, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB142241133-
CMYK0.4100.450.05
HSL115º79.41%73.33%-
HSV(B)115º44.81%94.51%-
XYZ46.8470.3533.3-
YUV199.0990.787.28-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.52%
GREEN value IS 241 (94.53% from 255) = 46.71%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=27.52%
G=46.71%
B=25.78%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1422411330.4100.450.0511579.4173.33
Hex8EF1852902D5734f49
Octal216361205510555163117111
Binary1000111011110001100001011010010101101101111001110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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