#70DF90

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

Shades of Pastel Green #70DF90

Tints of Pastel Green #70DF90

Color information

#70DF90 (or 0x70DF90) is unknown color: approx Pastel Green. HEX triplet: 70, DF and 90. RGB value is (112,223,144). Sum of RGB (Red+Green+Blue) = 112+223+144=479 (63% of max value = 765). Red value is 112 (44.14% from 255 or 23.38% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF90 is #8F206F. Grayscale: #B5B5B5. Windows color (decimal): -9379952 or 9494384. OLE color: 9494384.

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

Color convert

RGB112223144-
CMYK0.5000.350.13
HSL137.3º63.43%65.69%-
HSV(B)137.3º49.78%87.45%-
XYZ38.158.2335.62-
YUV180.8107.2378.92-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.38%
GREEN value IS 223 (87.5% from 255) = 46.56%
BLUE value IS 144 (56.64% from 255) = 30.06%
R=23.38%
G=46.56%
B=30.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122231440.5000.350.13137.363.4365.69
Hex70DF9032023D893f42
Octal160337220620431521177102
Binary1110000110111111001000011001001000111101100010011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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