#70EA78

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

Shades of Pastel Green #70EA78

Tints of Pastel Green #70EA78

Color information

#70EA78 (or 0x70EA78) is unknown color: approx Pastel Green. HEX triplet: 70, EA and 78. RGB value is (112,234,120). Sum of RGB (Red+Green+Blue) = 112+234+120=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 234 (91.80% from 255 or 50.21% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 234 - color contains mainly: green. Hex color #70EA78 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EA78 is #8F1587. Grayscale: #B8B8B8. Windows color (decimal): -9377160 or 7924336. OLE color: 7924336.

HSL color Cylindrical-coordinate representation of color #70EA78: hue angle of 123.93º 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 #70EA78 is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.08.

Color convert

RGB112234120-
CMYK0.5200.490.08
HSL123.93º74.39%67.84%-
HSV(B)123.93º52.14%91.76%-
XYZ39.563.6527.97-
YUV184.5391.5876.27-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 234 (91.80% from 255) = 50.21%
BLUE value IS 120 (47.27% from 255) = 25.75%
R=24.03%
G=50.21%
B=25.75%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122341200.5200.490.08123.9374.3967.84
Hex70EA783403187c4a44
Octal1603521706406110174112104
Binary111000011101010111100011010001100011000111110010010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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