#70dc64

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

Shades of Pastel Green #70DC64

Tints of Pastel Green #70DC64

Color information

#70DC64 (or 0x70DC64) is unknown color: approx Pastel Green. HEX triplet: 70, DC and 64. RGB value is (112,220,100). Sum of RGB (Red+Green+Blue) = 112+220+100=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 220 (86.33% from 255 or 50.93% from 432); Blue value is 100 (39.45% from 255 or 23.15% from 432); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC64 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC64 is #8F239B. Grayscale: #AEAEAE. Windows color (decimal): -9380764 or 6610032. OLE color: 6610032.

HSL color Cylindrical-coordinate representation of color #70DC64: hue angle of 114º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #70DC64 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB112220100-
CMYK0.4900.550.14
HSL114º63.16%62.75%-
HSV(B)114º54.55%86.27%-
XYZ34.5855.5520.96-
YUV174.0386.2283.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 220 (86.33% from 255) = 50.93%
BLUE value IS 100 (39.45% from 255) = 23.15%
R=25.93%
G=50.93%
B=23.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122201000.4900.550.1411463.1662.75
Hex70DC6431037E723f3f
Octal16033414461067161627777
Binary1110000110111001100100110001011011111101110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70dc64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,220,100); }

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

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

 a { background-color: rgb(112,220,100); }

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

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

 span { border-color: rgb(112,220,100); }

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