#70FDA4

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

Shades of Light Green #70FDA4

Tints of Light Green #70FDA4

Color information

#70FDA4 (or 0x70FDA4) is unknown color: approx Light Green. HEX triplet: 70, FD and A4. RGB value is (112,253,164). Sum of RGB (Red+Green+Blue) = 112+253+164=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 253 (99.22% from 255 or 47.83% from 529); Blue value is 164 (64.45% from 255 or 31.00% from 529); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDA4 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDA4 is #8F025B. Grayscale: #C8C8C8. Windows color (decimal): -9372252 or 10812784. OLE color: 10812784.

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

Color convert

RGB112253164-
CMYK0.5600.350.01
HSL142.13º97.24%71.57%-
HSV(B)142.13º55.73%99.22%-
XYZ48.5176.3847.31-
YUV200.7107.2964.74-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.17%
GREEN value IS 253 (99.22% from 255) = 47.83%
BLUE value IS 164 (64.45% from 255) = 31.00%
R=21.17%
G=47.83%
B=31.00%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1122531640.5600.350.01142.1397.2471.57
Hex70FDA43802318e6148
Octal160375244700431216141110
Binary11100001111110110100100111000010001111000111011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FDA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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