#70E795

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

Shades of Pastel Green #70E795

Tints of Pastel Green #70E795

Color information

#70E795 (or 0x70E795) is unknown color: approx Pastel Green. HEX triplet: 70, E7 and 95. RGB value is (112,231,149). Sum of RGB (Red+Green+Blue) = 112+231+149=492 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.76% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 149 (58.59% from 255 or 30.28% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #70E795 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E795 is #8F186A. Grayscale: #BABABA. Windows color (decimal): -9377899 or 9824112. OLE color: 9824112.

HSL color Cylindrical-coordinate representation of color #70E795: hue angle of 138.66º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E795 is Cyan = 0.52, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB112231149-
CMYK0.5200.350.09
HSL138.66º71.26%67.25%-
HSV(B)138.66º51.52%90.59%-
XYZ40.6862.7738.4-
YUV186.07107.0875.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.76%
GREEN value IS 231 (90.62% from 255) = 46.95%
BLUE value IS 149 (58.59% from 255) = 30.28%
R=22.76%
G=46.95%
B=30.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122311490.5200.350.09138.6671.2667.25
Hex70E7953402398b4743
Octal1603472256404311213107103
Binary11100001110011110010101110100010001110011000101110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,231,149); }

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

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

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

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

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

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

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