#8EFC75

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

Shades of Light Green #8EFC75

Tints of Light Green #8EFC75

Color information

#8EFC75 (or 0x8EFC75) is unknown color: approx Light Green. HEX triplet: 8E, FC and 75. RGB value is (142,252,117). Sum of RGB (Red+Green+Blue) = 142+252+117=511 (67% of max value = 765). Red value is 142 (55.86% from 255 or 27.79% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #8EFC75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EFC75 is #71038A. Grayscale: #CCCCCC. Windows color (decimal): -7406475 or 7732366. OLE color: 7732366.

HSL color Cylindrical-coordinate representation of color #8EFC75: hue angle of 108.89º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8EFC75 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB142252117-
CMYK0.4400.540.01
HSL108.89º95.74%72.35%-
HSV(B)108.89º53.57%98.82%-
XYZ49.1876.6629.03-
YUV203.7279.0683.98-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 27.79%
GREEN value IS 252 (98.83% from 255) = 49.32%
BLUE value IS 117 (46.09% from 255) = 22.90%
R=27.79%
G=49.32%
B=22.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1422521170.4400.540.01108.8995.7472.35
Hex8EFC752C03616d6048
Octal216374165540661155140110
Binary1000111011111100111010110110001101101110110111000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EFC75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,252,117); }

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

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

 a { background-color: rgb(142,252,117); }

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

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

 span { border-color: rgb(142,252,117); }

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