#70E070

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

Shades of Pastel Green #70E070

Tints of Pastel Green #70E070

Color information

#70E070 (or 0x70E070) is unknown color: approx Pastel Green. HEX triplet: 70, E0 and 70. RGB value is (112,224,112). Sum of RGB (Red+Green+Blue) = 112+224+112=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 224 (87.89% from 255 or 50% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 224 - color contains mainly: green. Hex color #70E070 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E070 is #8F1F8F. Grayscale: #B2B2B2. Windows color (decimal): -9379728 or 7397488. OLE color: 7397488.

HSL color Cylindrical-coordinate representation of color #70E070: hue angle of 120º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70E070 is Cyan = 0.50, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB112224112-
CMYK0.5000.500.12
HSL120º64.37%65.88%-
HSV(B)120º50%87.84%-
XYZ36.2657.9324.6-
YUV177.7490.8981.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 224 (87.89% from 255) = 50%
BLUE value IS 112 (44.14% from 255) = 25%
R=25%
G=50%
B=25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1122241120.5000.500.1212064.3765.88
Hex70E07032032C784042
Octal1603401606206214170100102
Binary111000011100000111000011001001100101100111100010000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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