#70E46E

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

Shades of Pastel Green #70E46E

Tints of Pastel Green #70E46E

Color information

#70E46E (or 0x70E46E) is unknown color: approx Pastel Green. HEX triplet: 70, E4 and 6E. RGB value is (112,228,110). Sum of RGB (Red+Green+Blue) = 112+228+110=450 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.89% from 450); Green value is 228 (89.45% from 255 or 50.67% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 228 - color contains mainly: green. Hex color #70E46E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E46E is #8F1B91. Grayscale: #B4B4B4. Windows color (decimal): -9378706 or 7267440. OLE color: 7267440.

HSL color Cylindrical-coordinate representation of color #70E46E: hue angle of 118.98º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E46E is Cyan = 0.51, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.11.

Color convert

RGB112228110-
CMYK0.5100.520.11
HSL118.98º68.6%66.27%-
HSV(B)118.98º51.75%89.41%-
XYZ37.2460.0624.38-
YUV179.8688.5779.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.89%
GREEN value IS 228 (89.45% from 255) = 50.67%
BLUE value IS 110 (43.36% from 255) = 24.44%
R=24.89%
G=50.67%
B=24.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122281100.5100.520.11118.9868.666.27
Hex70E46E33034B774542
Octal1603441566306413167105102
Binary111000011100100110111011001101101001011111011110001011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,228,110); }

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

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

 a { background-color: rgb(112,228,110); }

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

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

 span { border-color: rgb(112,228,110); }

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