#70D370

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

Shades of Pastel Green #70D370

Tints of Pastel Green #70D370

Color information

#70D370 (or 0x70D370) is unknown color: approx Pastel Green. HEX triplet: 70, D3 and 70. RGB value is (112,211,112). Sum of RGB (Red+Green+Blue) = 112+211+112=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 112 (44.14% from 255 or 25.75% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #70D370 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D370 is #8F2C8F. Grayscale: #AAAAAA. Windows color (decimal): -9383056 or 7394160. OLE color: 7394160.

HSL color Cylindrical-coordinate representation of color #70D370: hue angle of 120º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D370 is Cyan = 0.47, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.17.

Color convert

RGB112211112-
CMYK0.4700.470.17
HSL120º52.94%63.33%-
HSV(B)120º46.92%82.75%-
XYZ32.951.223.48-
YUV170.1195.286.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 211 (82.81% from 255) = 48.51%
BLUE value IS 112 (44.14% from 255) = 25.75%
R=25.75%
G=48.51%
B=25.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122111120.4700.470.1712052.9463.33
Hex70D3702F02F1178353f
Octal16032316057057211706577
Binary11100001101001111100001011110101111100011111000110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,211,112); }

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

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

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

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

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

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

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