#70C876

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

Shades of Pastel Green #70C876

Tints of Pastel Green #70C876

Color information

#70C876 (or 0x70C876) is unknown color: approx Pastel Green. HEX triplet: 70, C8 and 76. RGB value is (112,200,118). Sum of RGB (Red+Green+Blue) = 112+200+118=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 200 (78.52% from 255 or 46.51% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 200 - color contains mainly: green. Hex color #70C876 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C876 is #8F3789. Grayscale: #A4A4A4. Windows color (decimal): -9385866 or 7784560. OLE color: 7784560.

HSL color Cylindrical-coordinate representation of color #70C876: hue angle of 124.09º 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 #70C876 is Cyan = 0.44, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.22.

Color convert

RGB112200118-
CMYK0.4400.410.22
HSL124.09º44.44%61.18%-
HSV(B)124.09º44%78.43%-
XYZ30.6146.0624.42-
YUV164.34101.8590.67-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 200 (78.52% from 255) = 46.51%
BLUE value IS 118 (46.48% from 255) = 27.44%
R=26.05%
G=46.51%
B=27.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1122001180.4400.410.22124.0944.4461.18
Hex70C8762C029167c2c3d
Octal16031016654051261745475
Binary11100001100100011101101011000101001101101111100101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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