#70DD66

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

Shades of Pastel Green #70DD66

Tints of Pastel Green #70DD66

Color information

#70DD66 (or 0x70DD66) is unknown color: approx Pastel Green. HEX triplet: 70, DD and 66. RGB value is (112,221,102). Sum of RGB (Red+Green+Blue) = 112+221+102=435 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.75% from 435); Green value is 221 (86.72% from 255 or 50.80% from 435); Blue value is 102 (40.23% from 255 or 23.45% from 435); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD66 is #8F2299. Grayscale: #AFAFAF. Windows color (decimal): -9380506 or 6741360. OLE color: 6741360.

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

Color convert

RGB112221102-
CMYK0.4900.540.13
HSL114.96º63.64%63.33%-
HSV(B)114.96º53.85%86.67%-
XYZ34.9456.1221.56-
YUV174.8486.8983.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.75%
GREEN value IS 221 (86.72% from 255) = 50.80%
BLUE value IS 102 (40.23% from 255) = 23.45%
R=25.75%
G=50.80%
B=23.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122211020.4900.540.13114.9663.6463.33
Hex70DD6631036D73403f
Octal160335146610661516310077
Binary11100001101110111001101100010110110110111100111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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