#70E56C

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

Shades of Pastel Green #70E56C

Tints of Pastel Green #70E56C

Color information

#70E56C (or 0x70E56C) is unknown color: approx Pastel Green. HEX triplet: 70, E5 and 6C. RGB value is (112,229,108). Sum of RGB (Red+Green+Blue) = 112+229+108=449 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.94% from 449); Green value is 229 (89.84% from 255 or 51.00% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 229 - color contains mainly: green. Hex color #70E56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70E56C is #8F1A93. Grayscale: #B4B4B4. Windows color (decimal): -9378452 or 7136624. OLE color: 7136624.

HSL color Cylindrical-coordinate representation of color #70E56C: hue angle of 118.02º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70E56C is Cyan = 0.51, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.10.

Color convert

RGB112229108-
CMYK0.5100.530.10
HSL118.02º69.94%66.08%-
HSV(B)118.02º52.84%89.8%-
XYZ37.4160.5723.91-
YUV180.2287.2479.34-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.94%
GREEN value IS 229 (89.84% from 255) = 51.00%
BLUE value IS 108 (42.58% from 255) = 24.05%
R=24.94%
G=51.00%
B=24.05%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1122291080.5100.530.10118.0269.9466.08
Hex70E56C33035A764642
Octal1603451546306512166106102
Binary111000011100101110110011001101101011010111011010001101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,229,108); }

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

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

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

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

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

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

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