#70DC5B

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

Shades of Pastel Green #70DC5B

Tints of Pastel Green #70DC5B

Color information

#70DC5B (or 0x70DC5B) is unknown color: approx Pastel Green. HEX triplet: 70, DC and 5B. RGB value is (112,220,91). Sum of RGB (Red+Green+Blue) = 112+220+91=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 220 (86.33% from 255 or 52.01% from 423); Blue value is 91 (35.94% from 255 or 21.51% from 423); Max value from RGB is 220 - color contains mainly: green. Hex color #70DC5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70DC5B is #8F23A4. Grayscale: #ADADAD. Windows color (decimal): -9380773 or 6020208. OLE color: 6020208.

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

Color convert

RGB11222091-
CMYK0.4900.590.14
HSL110.23º64.82%60.98%-
HSV(B)110.23º58.64%86.27%-
XYZ34.1655.3918.79-
YUV17381.7284.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 220 (86.33% from 255) = 52.01%
BLUE value IS 91 (35.94% from 255) = 21.51%
R=26.48%
G=52.01%
B=21.51%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal112220910.4900.590.14110.2364.8260.98
Hex70DC5B3103BE6e413d
Octal160334133610731615610175
Binary11100001101110010110111100010111011111011011101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70DC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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