#70D673

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

Shades of Pastel Green #70D673

Tints of Pastel Green #70D673

Color information

#70D673 (or 0x70D673) is unknown color: approx Pastel Green. HEX triplet: 70, D6 and 73. RGB value is (112,214,115). Sum of RGB (Red+Green+Blue) = 112+214+115=441 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.40% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 115 (45.31% from 255 or 26.08% from 441); Max value from RGB is 214 - color contains mainly: green. Hex color #70D673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D673 is #8F298C. Grayscale: #ACACAC. Windows color (decimal): -9382285 or 7591536. OLE color: 7591536.

HSL color Cylindrical-coordinate representation of color #70D673: hue angle of 121.76º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D673 is Cyan = 0.48, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB112214115-
CMYK0.4800.460.16
HSL121.76º55.43%63.92%-
HSV(B)121.76º47.66%83.92%-
XYZ33.8252.7824.62-
YUV172.2295.7185.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.40%
GREEN value IS 214 (83.98% from 255) = 48.53%
BLUE value IS 115 (45.31% from 255) = 26.08%
R=25.40%
G=48.53%
B=26.08%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122141150.4800.460.16121.7655.4363.92
Hex70D6733002E107a3740
Octal160326163600562017267100
Binary111000011010110111001111000001011101000011110101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,214,115); }

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

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

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

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

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

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

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