#70EA76

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

Shades of Pastel Green #70EA76

Tints of Pastel Green #70EA76

Color information

#70EA76 (or 0x70EA76) is unknown color: approx Pastel Green. HEX triplet: 70, EA and 76. RGB value is (112,234,118). Sum of RGB (Red+Green+Blue) = 112+234+118=464 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.14% from 464); Green value is 234 (91.80% from 255 or 50.43% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA76 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EA76 is #8F1589. Grayscale: #B8B8B8. Windows color (decimal): -9377162 or 7793264. OLE color: 7793264.

HSL color Cylindrical-coordinate representation of color #70EA76: hue angle of 122.95º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EA76 is Cyan = 0.52, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB112234118-
CMYK0.5200.500.08
HSL122.95º74.39%67.84%-
HSV(B)122.95º52.14%91.76%-
XYZ39.3763.627.34-
YUV184.390.5876.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.14%
GREEN value IS 234 (91.80% from 255) = 50.43%
BLUE value IS 118 (46.48% from 255) = 25.43%
R=24.14%
G=50.43%
B=25.43%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341180.5200.500.08122.9574.3967.84
Hex70EA763403287b4a44
Octal1603521666406210173112104
Binary111000011101010111011011010001100101000111101110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,234,118); }

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

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

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

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

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

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

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