#70FC8D

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

Shades of Light Green #70FC8D

Tints of Light Green #70FC8D

Color information

#70FC8D (or 0x70FC8D) is unknown color: approx Light Green. HEX triplet: 70, FC and 8D. RGB value is (112,252,141). Sum of RGB (Red+Green+Blue) = 112+252+141=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 252 (98.83% from 255 or 49.90% from 505); Blue value is 141 (55.47% from 255 or 27.92% from 505); Max value from RGB is 252 - color contains mainly: green. Hex color #70FC8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FC8D is #8F0372. Grayscale: #C5C5C5. Windows color (decimal): -9372531 or 9305200. OLE color: 9305200.

HSL color Cylindrical-coordinate representation of color #70FC8D: hue angle of 132.43º 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 #70FC8D is Cyan = 0.56, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB112252141-
CMYK0.5600.440.01
HSL132.43º95.89%71.37%-
HSV(B)132.43º55.56%98.82%-
XYZ46.374.9937.23-
YUV197.4996.1267.03-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122521410.5600.440.01132.4395.8971.37
Hex70FC8D3802C1846047
Octal160374215700541204140107
Binary11100001111110010001101111000010110011000010011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70FC8D; }

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

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

<style>
 a { background-color: #70FC8D; }

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

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

<style>
 span { border-color: #70FC8D; }

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

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