#70C879

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

Shades of Pastel Green #70C879

Tints of Pastel Green #70C879

Color information

#70C879 (or 0x70C879) is unknown color: approx Pastel Green. HEX triplet: 70, C8 and 79. RGB value is (112,200,121). Sum of RGB (Red+Green+Blue) = 112+200+121=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 121 (47.66% from 255 or 27.94% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #70C879 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C879 is #8F3786. Grayscale: #A4A4A4. Windows color (decimal): -9385863 or 7981168. OLE color: 7981168.

HSL color Cylindrical-coordinate representation of color #70C879: hue angle of 126.14º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C879 is Cyan = 0.44, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.

Color convert

RGB112200121-
CMYK0.4400.390.22
HSL126.14º44.44%61.18%-
HSV(B)126.14º44%78.43%-
XYZ30.7946.1325.37-
YUV164.68103.3590.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 200 (78.52% from 255) = 46.19%
BLUE value IS 121 (47.66% from 255) = 27.94%
R=25.87%
G=46.19%
B=27.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1122001210.4400.390.22126.1444.4461.18
Hex70C8792C027167e2c3d
Octal16031017154047261765475
Binary11100001100100011110011011000100111101101111110101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,200,121); }

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

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

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

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

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

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

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