#70FDA5

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

Shades of Light Green #70FDA5

Tints of Light Green #70FDA5

Color information

#70FDA5 (or 0x70FDA5) is unknown color: approx Light Green. HEX triplet: 70, FD and A5. RGB value is (112,253,165). Sum of RGB (Red+Green+Blue) = 112+253+165=530 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.13% from 530); Green value is 253 (99.22% from 255 or 47.74% from 530); Blue value is 165 (64.84% from 255 or 31.13% from 530); Max value from RGB is 253 - color contains mainly: green. Hex color #70FDA5 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70FDA5 is #8F025A. Grayscale: #C9C9C9. Windows color (decimal): -9372251 or 10878320. OLE color: 10878320.

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

Color convert

RGB112253165-
CMYK0.5600.350.01
HSL142.55º97.24%71.57%-
HSV(B)142.55º55.73%99.22%-
XYZ48.676.4147.78-
YUV200.81107.7964.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 21.13%
GREEN value IS 253 (99.22% from 255) = 47.74%
BLUE value IS 165 (64.84% from 255) = 31.13%
R=21.13%
G=47.74%
B=31.13%

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
Decimal1122531650.5600.350.01142.5597.2471.57
Hex70FDA53802318f6148
Octal160375245700431217141110
Binary11100001111110110100101111000010001111000111111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70FDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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