#70DB8E

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

Shades of Pastel Green #70DB8E

Tints of Pastel Green #70DB8E

Color information

#70DB8E (or 0x70DB8E) is unknown color: approx Pastel Green. HEX triplet: 70, DB and 8E. RGB value is (112,219,142). Sum of RGB (Red+Green+Blue) = 112+219+142=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 219 (85.94% from 255 or 46.30% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 219 - color contains mainly: green. Hex color #70DB8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DB8E is #8F2471. Grayscale: #B2B2B2. Windows color (decimal): -9380978 or 9362288. OLE color: 9362288.

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

Color convert

RGB112219142-
CMYK0.4900.350.14
HSL136.82º59.78%64.9%-
HSV(B)136.82º48.86%85.88%-
XYZ36.956.0634.47-
YUV178.23107.5580.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.68%
GREEN value IS 219 (85.94% from 255) = 46.30%
BLUE value IS 142 (55.86% from 255) = 30.02%
R=23.68%
G=46.30%
B=30.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1122191420.4900.350.14136.8259.7864.9
Hex70DB8E31023E893c41
Octal160333216610431621174101
Binary1110000110110111000111011000101000111110100010011111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,219,142); }

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

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

 a { background-color: rgb(112,219,142); }

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

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

 span { border-color: rgb(112,219,142); }

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