#8DFC70

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

Shades of Light Green #8DFC70

Tints of Light Green #8DFC70

Color information

#8DFC70 (or 0x8DFC70) is unknown color: approx Light Green. HEX triplet: 8D, FC and 70. RGB value is (141,252,112). Sum of RGB (Red+Green+Blue) = 141+252+112=505 (66% of max value = 765). Red value is 141 (55.47% from 255 or 27.92% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 112 (44.14% from 255 or 22.18% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #8DFC70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DFC70 is #72038F. Grayscale: #CBCBCB. Windows color (decimal): -7472016 or 7404685. OLE color: 7404685.

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

Color convert

RGB141252112-
CMYK0.4400.560.01
HSL107.57º95.89%71.37%-
HSV(B)107.57º55.56%98.82%-
XYZ48.7276.4527.52-
YUV202.8576.7383.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.92%
GREEN value IS 252 (98.83% from 255) = 49.90%
BLUE value IS 112 (44.14% from 255) = 22.18%
R=27.92%
G=49.90%
B=22.18%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1412521120.4400.560.01107.5795.8971.37
Hex8DFC702C03816c6047
Octal215374160540701154140107
Binary1000110111111100111000010110001110001110110011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,252,112); }

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

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

 a { background-color: rgb(141,252,112); }

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

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

 span { border-color: rgb(141,252,112); }

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