#70DD67

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

Shades of Pastel Green #70DD67

Tints of Pastel Green #70DD67

Color information

#70DD67 (or 0x70DD67) is unknown color: approx Pastel Green. HEX triplet: 70, DD and 67. RGB value is (112,221,103). Sum of RGB (Red+Green+Blue) = 112+221+103=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 103 (40.62% from 255 or 23.62% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD67 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD67 is #8F2298. Grayscale: #AFAFAF. Windows color (decimal): -9380505 or 6806896. OLE color: 6806896.

HSL color Cylindrical-coordinate representation of color #70DD67: hue angle of 115.42º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70DD67 is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB112221103-
CMYK0.4900.530.13
HSL115.42º63.44%63.53%-
HSV(B)115.42º53.39%86.67%-
XYZ34.9956.1421.82-
YUV174.9687.3983.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 221 (86.72% from 255) = 50.69%
BLUE value IS 103 (40.62% from 255) = 23.62%
R=25.69%
G=50.69%
B=23.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122211030.4900.530.13115.4263.4463.53
Hex70DD6731035D733f40
Octal160335147610651516377100
Binary11100001101110111001111100010110101110111100111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DD67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,221,103); }

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

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

 a { background-color: rgb(112,221,103); }

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

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

 span { border-color: rgb(112,221,103); }

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