#70DD59

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

Shades of Pastel Green #70DD59

Tints of Pastel Green #70DD59

Color information

#70DD59 (or 0x70DD59) is unknown color: approx Pastel Green. HEX triplet: 70, DD and 59. RGB value is (112,221,89). Sum of RGB (Red+Green+Blue) = 112+221+89=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD59 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD59 is #8F22A6. Grayscale: #ADADAD. Windows color (decimal): -9380519 or 5889392. OLE color: 5889392.

HSL color Cylindrical-coordinate representation of color #70DD59: hue angle of 109.55º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #70DD59 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB11222189-
CMYK0.4900.600.13
HSL109.55º66%60.78%-
HSV(B)109.55º59.73%86.67%-
XYZ34.3455.8818.43-
YUV173.3680.3984.23-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.54%
GREEN value IS 221 (86.72% from 255) = 52.37%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=26.54%
G=52.37%
B=21.09%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112221890.4900.600.13109.556660.78
Hex70DD593103CD6e423d
Octal160335131610741515610275
Binary11100001101110110110011100010111100110111011101000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DD59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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