#8CFD75

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

Shades of Light Green #8CFD75

Tints of Light Green #8CFD75

Color information

#8CFD75 (or 0x8CFD75) is unknown color: approx Light Green. HEX triplet: 8C, FD and 75. RGB value is (140,253,117). Sum of RGB (Red+Green+Blue) = 140+253+117=510 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.45% from 510); Green value is 253 (99.22% from 255 or 49.61% from 510); Blue value is 117 (46.09% from 255 or 22.94% from 510); Max value from RGB is 253 - color contains mainly: green. Hex color #8CFD75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CFD75 is #73028A. Grayscale: #CCCCCC. Windows color (decimal): -7537291 or 7732620. OLE color: 7732620.

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

Color convert

RGB140253117-
CMYK0.4500.540.01
HSL109.85º97.14%72.55%-
HSV(B)109.85º53.75%99.22%-
XYZ49.1577.1129.12-
YUV203.7179.0682.56-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.45%
GREEN value IS 253 (99.22% from 255) = 49.61%
BLUE value IS 117 (46.09% from 255) = 22.94%
R=27.45%
G=49.61%
B=22.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1402531170.4500.540.01109.8597.1472.55
Hex8CFD752D03616e6149
Octal214375165550661156141111
Binary1000110011111101111010110110101101101110111011000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CFD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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