#70F58D

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

Shades of Light Green #70F58D

Tints of Light Green #70F58D

Color information

#70F58D (or 0x70F58D) is unknown color: approx Light Green. HEX triplet: 70, F5 and 8D. RGB value is (112,245,141). Sum of RGB (Red+Green+Blue) = 112+245+141=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 245 (96.09% from 255 or 49.20% from 498); Blue value is 141 (55.47% from 255 or 28.31% from 498); Max value from RGB is 245 - color contains mainly: green. Hex color #70F58D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70F58D is #8F0A72. Grayscale: #C1C1C1. Windows color (decimal): -9374323 or 9303408. OLE color: 9303408.

HSL color Cylindrical-coordinate representation of color #70F58D: hue angle of 133.08º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #70F58D is Cyan = 0.54, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB112245141-
CMYK0.5400.420.04
HSL133.08º86.93%70%-
HSV(B)133.08º54.29%96.08%-
XYZ44.1470.6736.51-
YUV193.3898.4469.96-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.49%
GREEN value IS 245 (96.09% from 255) = 49.20%
BLUE value IS 141 (55.47% from 255) = 28.31%
R=22.49%
G=49.20%
B=28.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1122451410.5400.420.04133.0886.9370
Hex70F58D3602A4855746
Octal160365215660524205127106
Binary1110000111101011000110111011001010101001000010110101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70F58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,245,141); }

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

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

 a { background-color: rgb(112,245,141); }

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

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

 span { border-color: rgb(112,245,141); }

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