#70FA8D

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

Shades of Light Green #70FA8D

Tints of Light Green #70FA8D

Color information

#70FA8D (or 0x70FA8D) is unknown color: approx Light Green. HEX triplet: 70, FA and 8D. RGB value is (112,250,141). Sum of RGB (Red+Green+Blue) = 112+250+141=503 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.27% from 503); Green value is 250 (98.05% from 255 or 49.70% from 503); Blue value is 141 (55.47% from 255 or 28.03% from 503); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA8D is #8F0572. Grayscale: #C4C4C4. Windows color (decimal): -9373043 or 9304688. OLE color: 9304688.

HSL color Cylindrical-coordinate representation of color #70FA8D: hue angle of 132.61º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70FA8D is Cyan = 0.55, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB112250141-
CMYK0.5500.440.02
HSL132.61º93.24%70.98%-
HSV(B)132.61º55.2%98.04%-
XYZ45.6873.7437.03-
YUV196.3196.7867.86-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.27%
GREEN value IS 250 (98.05% from 255) = 49.70%
BLUE value IS 141 (55.47% from 255) = 28.03%
R=22.27%
G=49.70%
B=28.03%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122501410.5500.440.02132.6193.2470.98
Hex70FA8D3702C2855d47
Octal160372215670542205135107
Binary111000011111010100011011101110101100101000010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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