#70D95E

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

Shades of Pastel Green #70D95E

Tints of Pastel Green #70D95E

Color information

#70D95E (or 0x70D95E) is unknown color: approx Pastel Green. HEX triplet: 70, D9 and 5E. RGB value is (112,217,94). Sum of RGB (Red+Green+Blue) = 112+217+94=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 217 (85.16% from 255 or 51.30% from 423); Blue value is 94 (37.11% from 255 or 22.22% from 423); Max value from RGB is 217 - color contains mainly: green. Hex color #70D95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D95E is #8F26A1. Grayscale: #ABABAB. Windows color (decimal): -9381538 or 6216048. OLE color: 6216048.

HSL color Cylindrical-coordinate representation of color #70D95E: hue angle of 111.22º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #70D95E is Cyan = 0.48, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB11221794-
CMYK0.4800.570.15
HSL111.22º61.81%60.98%-
HSV(B)111.22º56.68%85.1%-
XYZ33.5253.8819.22-
YUV171.5884.2185.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 217 (85.16% from 255) = 51.30%
BLUE value IS 94 (37.11% from 255) = 22.22%
R=26.48%
G=51.30%
B=22.22%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal112217940.4800.570.15111.2261.8160.98
Hex70D95E30039F6f3e3d
Octal16033113660071171577675
Binary1110000110110011011110110000011100111111101111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D95E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,217,94); }

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

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

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

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

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

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

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