#70CE6D

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

Shades of Pastel Green #70CE6D

Tints of Pastel Green #70CE6D

Color information

#70CE6D (or 0x70CE6D) is unknown color: approx Pastel Green. HEX triplet: 70, CE and 6D. RGB value is (112,206,109). Sum of RGB (Red+Green+Blue) = 112+206+109=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 206 (80.86% from 255 or 48.24% from 427); Blue value is 109 (42.97% from 255 or 25.53% from 427); Max value from RGB is 206 - color contains mainly: green. Hex color #70CE6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CE6D is #8F3192. Grayscale: #A7A7A7. Windows color (decimal): -9384339 or 7196272. OLE color: 7196272.

HSL color Cylindrical-coordinate representation of color #70CE6D: hue angle of 118.14º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70CE6D is Cyan = 0.46, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB112206109-
CMYK0.4600.470.19
HSL118.14º49.74%61.76%-
HSV(B)118.14º47.09%80.78%-
XYZ31.5148.6922.21-
YUV166.8495.3688.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 206 (80.86% from 255) = 48.24%
BLUE value IS 109 (42.97% from 255) = 25.53%
R=26.23%
G=48.24%
B=25.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1122061090.4600.470.19118.1449.7461.76
Hex70CE6D2E02F1376323e
Octal16031615556057231666276
Binary11100001100111011011011011100101111100111110110110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,206,109); }

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

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

 a { background-color: rgb(112,206,109); }

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

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

 span { border-color: rgb(112,206,109); }

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