#8CFF75

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

Shades of Light Green #8CFF75

Tints of Light Green #8CFF75

Color information

#8CFF75 (or 0x8CFF75) is unknown color: approx Light Green. HEX triplet: 8C, FF and 75. RGB value is (140,255,117). Sum of RGB (Red+Green+Blue) = 140+255+117=512 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.34% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFF75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFF75 is #73008A. Grayscale: #CDCDCD. Windows color (decimal): -7536779 or 7733132. OLE color: 7733132.

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

Color convert

RGB140255117-
CMYK0.4500.540
HSL110º100%72.94%-
HSV(B)110º54.12%100%-
XYZ49.7978.3829.33-
YUV204.8878.481.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.34%
GREEN value IS 255 (100% from 255) = 49.80%
BLUE value IS 117 (46.09% from 255) = 22.85%
R=27.34%
G=49.80%
B=22.85%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1402551170.4500.54011010072.94
Hex8CFF752D03606e6449
Octal214377165550660156144111
Binary1000110011111111111010110110101101100110111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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