#70FA8F

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

Shades of Light Green #70FA8F

Tints of Light Green #70FA8F

Color information

#70FA8F (or 0x70FA8F) is unknown color: approx Light Green. HEX triplet: 70, FA and 8F. RGB value is (112,250,143). Sum of RGB (Red+Green+Blue) = 112+250+143=505 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.18% from 505); Green value is 250 (98.05% from 255 or 49.50% from 505); Blue value is 143 (56.25% from 255 or 28.32% from 505); Max value from RGB is 250 - color contains mainly: green. Hex color #70FA8F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FA8F is #8F0570. Grayscale: #C4C4C4. Windows color (decimal): -9373041 or 9435760. OLE color: 9435760.

HSL color Cylindrical-coordinate representation of color #70FA8F: hue angle of 133.48º 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 #70FA8F is Cyan = 0.55, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB112250143-
CMYK0.5500.430.02
HSL133.48º93.24%70.98%-
HSV(B)133.48º55.2%98.04%-
XYZ45.8373.837.82-
YUV196.5497.7867.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.18%
GREEN value IS 250 (98.05% from 255) = 49.50%
BLUE value IS 143 (56.25% from 255) = 28.32%
R=22.18%
G=49.50%
B=28.32%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1122501430.5500.430.02133.4893.2470.98
Hex70FA8F3702B2855d47
Octal160372217670532205135107
Binary111000011111010100011111101110101011101000010110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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