#8DF48D

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

Shades of Light Green #8DF48D

Tints of Light Green #8DF48D

Color information

#8DF48D (or 0x8DF48D) is unknown color: approx Light Green. HEX triplet: 8D, F4 and 8D. RGB value is (141,244,141). Sum of RGB (Red+Green+Blue) = 141+244+141=526 (69% of max value = 765). Red value is 141 (55.47% from 255 or 26.81% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 141 (55.47% from 255 or 26.81% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #8DF48D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF48D is #720B72. Grayscale: #C9C9C9. Windows color (decimal): -7474035 or 9303181. OLE color: 9303181.

HSL color Cylindrical-coordinate representation of color #8DF48D: hue angle of 120º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF48D is Cyan = 0.42, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB141244141-
CMYK0.4200.420.04
HSL120º82.4%75.49%-
HSV(B)120º42.21%95.69%-
XYZ48.1472.2936.61-
YUV201.4693.8884.88-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 26.81%
GREEN value IS 244 (95.70% from 255) = 46.39%
BLUE value IS 141 (55.47% from 255) = 26.81%
R=26.81%
G=46.39%
B=26.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1412441410.4200.420.0412082.475.49
Hex8DF48D2A02A478524b
Octal215364215520524170122113
Binary1000110111110100100011011010100101010100111100010100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DF48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,244,141); }

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

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

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

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

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

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

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