#8EF885

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

Shades of Light Green #8EF885

Tints of Light Green #8EF885

Color information

#8EF885 (or 0x8EF885) is unknown color: approx Light Green. HEX triplet: 8E, F8 and 85. RGB value is (142,248,133). Sum of RGB (Red+Green+Blue) = 142+248+133=523 (69% of max value = 765). Red value is 142 (55.86% from 255 or 27.15% from 523); Green value is 248 (97.27% from 255 or 47.42% from 523); Blue value is 133 (52.34% from 255 or 25.43% from 523); Max value from RGB is 248 - color contains mainly: green. Hex color #8EF885 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8EF885 is #71077A. Grayscale: #CBCBCB. Windows color (decimal): -7407483 or 8779918. OLE color: 8779918.

HSL color Cylindrical-coordinate representation of color #8EF885: hue angle of 115.3º degrees, saturation: 0.89, 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 #8EF885 is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.

Color convert

RGB142248133-
CMYK0.4300.460.03
HSL115.3º89.15%74.71%-
HSV(B)115.3º46.37%97.25%-
XYZ48.9674.5834.01-
YUV203.288.3884.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.15%
GREEN value IS 248 (97.27% from 255) = 47.42%
BLUE value IS 133 (52.34% from 255) = 25.43%
R=27.15%
G=47.42%
B=25.43%

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
Decimal1422481330.4300.460.03115.389.1574.71
Hex8EF8852B02E373594b
Octal216370205530563163131113
Binary100011101111100010000101101011010111011111001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EF885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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