#70dd65

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

Shades of Pastel Green #70DD65

Tints of Pastel Green #70DD65

Color information

#70DD65 (or 0x70DD65) is unknown color: approx Pastel Green. HEX triplet: 70, DD and 65. RGB value is (112,221,101). Sum of RGB (Red+Green+Blue) = 112+221+101=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 221 (86.72% from 255 or 50.92% from 434); Blue value is 101 (39.84% from 255 or 23.27% from 434); Max value from RGB is 221 - color contains mainly: green. Hex color #70DD65 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DD65 is #8F229A. Grayscale: #AFAFAF. Windows color (decimal): -9380507 or 6675824. OLE color: 6675824.

HSL color Cylindrical-coordinate representation of color #70DD65: hue angle of 114.5º 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 #70DD65 is Cyan = 0.49, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB112221101-
CMYK0.4900.540.13
HSL114.5º63.83%63.14%-
HSV(B)114.5º54.3%86.67%-
XYZ34.8956.121.3-
YUV174.7386.3983.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 221 (86.72% from 255) = 50.92%
BLUE value IS 101 (39.84% from 255) = 23.27%
R=25.81%
G=50.92%
B=23.27%

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
Decimal1122211010.4900.540.13114.563.8363.14
Hex70DD6531036D72403f
Octal160335145610661516210077
Binary11100001101110111001011100010110110110111100101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70dd65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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