#70E470

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

Shades of Pastel Green #70E470

Tints of Pastel Green #70E470

Color information

#70E470 (or 0x70E470) is unknown color: approx Pastel Green. HEX triplet: 70, E4 and 70. RGB value is (112,228,112). Sum of RGB (Red+Green+Blue) = 112+228+112=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 228 (89.45% from 255 or 50.44% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 228 - color contains mainly: green. Hex color #70E470 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E470 is #8F1B8F. Grayscale: #B4B4B4. Windows color (decimal): -9378704 or 7398512. OLE color: 7398512.

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

Color convert

RGB112228112-
CMYK0.5100.510.11
HSL120º68.24%66.67%-
HSV(B)120º50.88%89.41%-
XYZ37.3560.124.96-
YUV180.0989.5779.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 228 (89.45% from 255) = 50.44%
BLUE value IS 112 (44.14% from 255) = 24.78%
R=24.78%
G=50.44%
B=24.78%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1122281120.5100.510.1112068.2466.67
Hex70E47033033B784443
Octal1603441606306313170104103
Binary111000011100100111000011001101100111011111100010001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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