#70FDA6

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

Shades of Light Green #70FDA6

Tints of Light Green #70FDA6

Color information

#70FDA6 (or 0x70FDA6) is unknown color: approx Light Green. HEX triplet: 70, FD and A6. RGB value is (112,253,166). Sum of RGB (Red+Green+Blue) = 112+253+166=531 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.09% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 166 (65.23% from 255 or 31.26% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDA6 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDA6 is #8F0259. Grayscale: #C9C9C9. Windows color (decimal): -9372250 or 10943856. OLE color: 10943856.

HSL color Cylindrical-coordinate representation of color #70FDA6: hue angle of 142.98º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70FDA6 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB112253166-
CMYK0.5600.340.01
HSL142.98º97.24%71.57%-
HSV(B)142.98º55.73%99.22%-
XYZ48.6976.4548.27-
YUV200.92108.2964.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.09%
GREEN value IS 253 (99.22% from 255) = 47.65%
BLUE value IS 166 (65.23% from 255) = 31.26%
R=21.09%
G=47.65%
B=31.26%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122531660.5600.340.01142.9897.2471.57
Hex70FDA63802218f6148
Octal160375246700421217141110
Binary11100001111110110100110111000010001011000111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,253,166); }

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

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

 a { background-color: rgb(112,253,166); }

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

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

 span { border-color: rgb(112,253,166); }

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