#70E796

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

Shades of Light Green #70E796

Tints of Light Green #70E796

Color information

#70E796 (or 0x70E796) is unknown color: approx Light Green. HEX triplet: 70, E7 and 96. RGB value is (112,231,150). Sum of RGB (Red+Green+Blue) = 112+231+150=493 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.72% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 150 (58.98% from 255 or 30.43% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #70E796 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E796 is #8F1869. Grayscale: #BABABA. Windows color (decimal): -9377898 or 9889648. OLE color: 9889648.

HSL color Cylindrical-coordinate representation of color #70E796: hue angle of 139.16º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E796 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB112231150-
CMYK0.5200.350.09
HSL139.16º71.26%67.25%-
HSV(B)139.16º51.52%90.59%-
XYZ40.7662.838.83-
YUV186.18107.5875.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.72%
GREEN value IS 231 (90.62% from 255) = 46.86%
BLUE value IS 150 (58.98% from 255) = 30.43%
R=22.72%
G=46.86%
B=30.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122311500.5200.350.09139.1671.2667.25
Hex70E7963402398b4743
Octal1603472266404311213107103
Binary11100001110011110010110110100010001110011000101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,231,150); }

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

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

 a { background-color: rgb(112,231,150); }

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

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

 span { border-color: rgb(112,231,150); }

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