#70D484

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

Shades of Pastel Green #70D484

Tints of Pastel Green #70D484

Color information

#70D484 (or 0x70D484) is unknown color: approx Pastel Green. HEX triplet: 70, D4 and 84. RGB value is (112,212,132). Sum of RGB (Red+Green+Blue) = 112+212+132=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 212 (83.20% from 255 or 46.49% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 212 - color contains mainly: green. Hex color #70D484 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D484 is #8F2B7B. Grayscale: #ADADAD. Windows color (decimal): -9382780 or 8705136. OLE color: 8705136.

HSL color Cylindrical-coordinate representation of color #70D484: hue angle of 132º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D484 is Cyan = 0.47, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.

Color convert

RGB112212132-
CMYK0.4700.380.17
HSL132º53.76%63.53%-
HSV(B)132º47.17%83.14%-
XYZ34.3952.230.09-
YUV172.98104.8784.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.56%
GREEN value IS 212 (83.20% from 255) = 46.49%
BLUE value IS 132 (51.95% from 255) = 28.95%
R=24.56%
G=46.49%
B=28.95%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122121320.4700.380.1713253.7663.53
Hex70D4842F02611843640
Octal160324204570462120466100
Binary11100001101010010000100101111010011010001100001001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,212,132); }

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

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

 a { background-color: rgb(112,212,132); }

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

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

 span { border-color: rgb(112,212,132); }

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