#70FF8E

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

Shades of Light Green #70FF8E

Tints of Light Green #70FF8E

Color information

#70FF8E (or 0x70FF8E) is unknown color: approx Light Green. HEX triplet: 70, FF and 8E. RGB value is (112,255,142). Sum of RGB (Red+Green+Blue) = 112+255+142=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 255 (100% from 255 or 50.10% from 509); Blue value is 142 (55.86% from 255 or 27.90% from 509); Max value from RGB is 255 - color contains mainly: green. Hex color #70FF8E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FF8E is #8F0071. Grayscale: #C7C7C7. Windows color (decimal): -9371762 or 9371504. OLE color: 9371504.

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

Color convert

RGB112255142-
CMYK0.5600.440
HSL132.59º100%71.96%-
HSV(B)132.59º56.08%100%-
XYZ47.3276.9237.94-
YUV199.3695.6265.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.00%
GREEN value IS 255 (100% from 255) = 50.10%
BLUE value IS 142 (55.86% from 255) = 27.90%
R=22.00%
G=50.10%
B=27.90%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1122551420.5600.440132.5910071.96
Hex70FF8E3802C0856448
Octal160377216700540205144110
Binary11100001111111110001110111000010110001000010111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FF8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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