#70D465

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

Shades of Pastel Green #70D465

Tints of Pastel Green #70D465

Color information

#70D465 (or 0x70D465) is unknown color: approx Pastel Green. HEX triplet: 70, D4 and 65. RGB value is (112,212,101). Sum of RGB (Red+Green+Blue) = 112+212+101=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #70D465 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D465 is #8F2B9A. Grayscale: #A9A9A9. Windows color (decimal): -9382811 or 6673520. OLE color: 6673520.

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

Color convert

RGB112212101-
CMYK0.4700.520.17
HSL114.05º56.35%61.37%-
HSV(B)114.05º52.36%83.14%-
XYZ32.5751.4720.53-
YUV169.4589.3787.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=26.35%
G=49.88%
B=23.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1122121010.4700.520.17114.0556.3561.37
Hex70D4652F0341172383d
Octal16032414557064211627075
Binary11100001101010011001011011110110100100011110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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