#70D371

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

Shades of Pastel Green #70D371

Tints of Pastel Green #70D371

Color information

#70D371 (or 0x70D371) is unknown color: approx Pastel Green. HEX triplet: 70, D3 and 71. RGB value is (112,211,113). Sum of RGB (Red+Green+Blue) = 112+211+113=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 211 (82.81% from 255 or 48.39% from 436); Blue value is 113 (44.53% from 255 or 25.92% from 436); Max value from RGB is 211 - color contains mainly: green. Hex color #70D371 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D371 is #8F2C8E. Grayscale: #AAAAAA. Windows color (decimal): -9383055 or 7459696. OLE color: 7459696.

HSL color Cylindrical-coordinate representation of color #70D371: hue angle of 120.61º 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 #70D371 is Cyan = 0.47, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB112211113-
CMYK0.4700.460.17
HSL120.61º52.94%63.33%-
HSV(B)120.61º46.92%82.75%-
XYZ32.9651.2323.77-
YUV170.2395.786.47-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 211 (82.81% from 255) = 48.39%
BLUE value IS 113 (44.53% from 255) = 25.92%
R=25.69%
G=48.39%
B=25.92%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122111130.4700.460.17120.6152.9463.33
Hex70D3712F02E1179353f
Octal16032316157056211716577
Binary11100001101001111100011011110101110100011111001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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