#70D365

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

Shades of Pastel Green #70D365

Tints of Pastel Green #70D365

Color information

#70D365 (or 0x70D365) is unknown color: approx Pastel Green. HEX triplet: 70, D3 and 65. RGB value is (112,211,101). Sum of RGB (Red+Green+Blue) = 112+211+101=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 211 (82.81% from 255 or 49.76% from 424); Blue value is 101 (39.84% from 255 or 23.82% from 424); Max value from RGB is 211 - color contains mainly: green. Hex color #70D365 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D365 is #8F2C9A. Grayscale: #A9A9A9. Windows color (decimal): -9383067 or 6673264. OLE color: 6673264.

HSL color Cylindrical-coordinate representation of color #70D365: hue angle of 114º 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 #70D365 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.

Color convert

RGB112211101-
CMYK0.4700.520.17
HSL114º55.56%61.18%-
HSV(B)114º52.13%82.75%-
XYZ32.3350.9720.45-
YUV168.8689.787.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.42%
GREEN value IS 211 (82.81% from 255) = 49.76%
BLUE value IS 101 (39.84% from 255) = 23.82%
R=26.42%
G=49.76%
B=23.82%

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
Decimal1122111010.4700.520.1711455.5661.18
Hex70D3652F0341172383d
Octal16032314557064211627075
Binary11100001101001111001011011110110100100011110010111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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