#70DF63

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

Shades of Pastel Green #70DF63

Tints of Pastel Green #70DF63

Color information

#70DF63 (or 0x70DF63) is unknown color: approx Pastel Green. HEX triplet: 70, DF and 63. RGB value is (112,223,99). Sum of RGB (Red+Green+Blue) = 112+223+99=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF63 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DF63 is #8F209C. Grayscale: #B0B0B0. Windows color (decimal): -9379997 or 6545264. OLE color: 6545264.

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

Color convert

RGB11222399-
CMYK0.5000.560.13
HSL113.71º65.96%63.14%-
HSV(B)113.71º55.61%87.45%-
XYZ35.3257.1220.97-
YUV175.6884.7382.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.81%
GREEN value IS 223 (87.5% from 255) = 51.38%
BLUE value IS 99 (39.06% from 255) = 22.81%
R=25.81%
G=51.38%
B=22.81%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal112223990.5000.560.13113.7165.9663.14
Hex70DF6332038D72423f
Octal160337143620701516210277
Binary11100001101111111000111100100111000110111100101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DF63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,223,99); }

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

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

 a { background-color: rgb(112,223,99); }

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

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

 span { border-color: rgb(112,223,99); }

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