#8DFF70

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

Shades of Light Green #8DFF70

Tints of Light Green #8DFF70

Color information

#8DFF70 (or 0x8DFF70) is unknown color: approx Light Green. HEX triplet: 8D, FF and 70. RGB value is (141,255,112). Sum of RGB (Red+Green+Blue) = 141+255+112=508 (67% of max value = 765). Red value is 141 (55.47% from 255 or 27.76% from 508); Green value is 255 (100% from 255 or 50.20% from 508); Blue value is 112 (44.14% from 255 or 22.05% from 508); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DFF70 is #72008F. Grayscale: #CDCDCD. Windows color (decimal): -7471248 or 7405453. OLE color: 7405453.

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

Color convert

RGB141255112-
CMYK0.4500.560
HSL107.83º100%71.96%-
HSV(B)107.83º56.08%100%-
XYZ49.6778.3527.83-
YUV204.6175.7382.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 27.76%
GREEN value IS 255 (100% from 255) = 50.20%
BLUE value IS 112 (44.14% from 255) = 22.05%
R=27.76%
G=50.20%
B=22.05%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1412551120.4500.560107.8310071.96
Hex8DFF702D03806c6448
Octal215377160550700154144110
Binary1000110111111111111000010110101110000110110011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DFF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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