#8CEF75

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

Shades of Light Green #8CEF75

Tints of Light Green #8CEF75

Color information

#8CEF75 (or 0x8CEF75) is unknown color: approx Light Green. HEX triplet: 8C, EF and 75. RGB value is (140,239,117). Sum of RGB (Red+Green+Blue) = 140+239+117=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 239 (93.75% from 255 or 48.19% from 496); Blue value is 117 (46.09% from 255 or 23.59% from 496); Max value from RGB is 239 - color contains mainly: green. Hex color #8CEF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEF75 is #73108A. Grayscale: #C3C3C3. Windows color (decimal): -7540875 or 7729036. OLE color: 7729036.

HSL color Cylindrical-coordinate representation of color #8CEF75: hue angle of 108.69º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8CEF75 is Cyan = 0.41, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.

Color convert

RGB140239117-
CMYK0.4100.510.06
HSL108.69º79.22%69.8%-
HSV(B)108.69º51.05%93.73%-
XYZ44.8968.5927.7-
YUV195.4983.788.42-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.23%
GREEN value IS 239 (93.75% from 255) = 48.19%
BLUE value IS 117 (46.09% from 255) = 23.59%
R=28.23%
G=48.19%
B=23.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1402391170.4100.510.06108.6979.2269.8
Hex8CEF752903366d4f46
Octal214357165510636155117106
Binary100011001110111111101011010010110011110110110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CEF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,239,117); }

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

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

 a { background-color: rgb(140,239,117); }

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

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

 span { border-color: rgb(140,239,117); }

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