#70d778

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

Shades of Pastel Green #70D778

Tints of Pastel Green #70D778

Color information

#70D778 (or 0x70D778) is unknown color: approx Pastel Green. HEX triplet: 70, D7 and 78. RGB value is (112,215,120). Sum of RGB (Red+Green+Blue) = 112+215+120=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #70D778 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D778 is #8F2887. Grayscale: #ADADAD. Windows color (decimal): -9382024 or 7919472. OLE color: 7919472.

HSL color Cylindrical-coordinate representation of color #70D778: hue angle of 124.66º degrees, saturation: 0.56, 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 #70D778 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB112215120-
CMYK0.4800.440.16
HSL124.66º56.28%64.12%-
HSV(B)124.66º47.91%84.31%-
XYZ34.3753.426.27-
YUV173.3797.8884.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 215 (84.38% from 255) = 48.10%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=25.06%
G=48.10%
B=26.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122151200.4800.440.16124.6656.2864.12
Hex70D7783002C107d3840
Octal160327170600542017570100
Binary111000011010111111100011000001011001000011111011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70d778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,215,120); }

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

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

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

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

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

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

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