#70D477

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

Shades of Pastel Green #70D477

Tints of Pastel Green #70D477

Color information

#70D477 (or 0x70D477) is unknown color: approx Pastel Green. HEX triplet: 70, D4 and 77. RGB value is (112,212,119). Sum of RGB (Red+Green+Blue) = 112+212+119=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 212 (83.20% from 255 or 47.86% from 443); Blue value is 119 (46.88% from 255 or 26.86% from 443); Max value from RGB is 212 - color contains mainly: green. Hex color #70D477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D477 is #8F2B88. Grayscale: #ABABAB. Windows color (decimal): -9382793 or 7853168. OLE color: 7853168.

HSL color Cylindrical-coordinate representation of color #70D477: hue angle of 124.2º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D477 is Cyan = 0.47, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB112212119-
CMYK0.4700.440.17
HSL124.2º53.76%63.53%-
HSV(B)124.2º47.17%83.14%-
XYZ33.5651.8625.69-
YUV171.598.3785.56-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.28%
GREEN value IS 212 (83.20% from 255) = 47.86%
BLUE value IS 119 (46.88% from 255) = 26.86%
R=25.28%
G=47.86%
B=26.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122121190.4700.440.17124.253.7663.53
Hex70D4772F02C117c3640
Octal160324167570542117466100
Binary111000011010100111011110111101011001000111111001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,212,119); }

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

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

 a { background-color: rgb(112,212,119); }

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

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

 span { border-color: rgb(112,212,119); }

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