#70DF88

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

Shades of Pastel Green #70DF88

Tints of Pastel Green #70DF88

Color information

#70DF88 (or 0x70DF88) is unknown color: approx Pastel Green. HEX triplet: 70, DF and 88. RGB value is (112,223,136). Sum of RGB (Red+Green+Blue) = 112+223+136=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 223 (87.5% from 255 or 47.35% from 471); Blue value is 136 (53.52% from 255 or 28.87% from 471); Max value from RGB is 223 - color contains mainly: green. Hex color #70DF88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70DF88 is #8F2077. Grayscale: #B4B4B4. Windows color (decimal): -9379960 or 8970096. OLE color: 8970096.

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

Color convert

RGB112223136-
CMYK0.5000.390.13
HSL132.97º63.43%65.69%-
HSV(B)132.97º49.78%87.45%-
XYZ37.515832.51-
YUV179.89103.2379.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 223 (87.5% from 255) = 47.35%
BLUE value IS 136 (53.52% from 255) = 28.87%
R=23.78%
G=47.35%
B=28.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1122231360.5000.390.13132.9763.4365.69
Hex70DF8832027D853f42
Octal160337210620471520577102
Binary1110000110111111000100011001001001111101100001011111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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