#70D074

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

Shades of Pastel Green #70D074

Tints of Pastel Green #70D074

Color information

#70D074 (or 0x70D074) is unknown color: approx Pastel Green. HEX triplet: 70, D0 and 74. RGB value is (112,208,116). Sum of RGB (Red+Green+Blue) = 112+208+116=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 116 (45.70% from 255 or 26.61% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #70D074 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D074 is #8F2F8B. Grayscale: #A9A9A9. Windows color (decimal): -9383820 or 7655536. OLE color: 7655536.

HSL color Cylindrical-coordinate representation of color #70D074: hue angle of 122.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D074 is Cyan = 0.46, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB112208116-
CMYK0.4600.440.18
HSL122.5º50.53%62.75%-
HSV(B)122.5º46.15%81.57%-
XYZ32.3949.8224.43-
YUV168.8198.287.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 208 (81.64% from 255) = 47.71%
BLUE value IS 116 (45.70% from 255) = 26.61%
R=25.69%
G=47.71%
B=26.61%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122081160.4600.440.18122.550.5362.75
Hex70D0742E02C127a333f
Octal16032016456054221726377
Binary11100001101000011101001011100101100100101111010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,208,116); }

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

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

 a { background-color: rgb(112,208,116); }

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

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

 span { border-color: rgb(112,208,116); }

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