#70E792

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

Shades of Pastel Green #70E792

Tints of Pastel Green #70E792

Color information

#70E792 (or 0x70E792) is unknown color: approx Pastel Green. HEX triplet: 70, E7 and 92. RGB value is (112,231,146). Sum of RGB (Red+Green+Blue) = 112+231+146=489 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.90% from 489); Green value is 231 (90.62% from 255 or 47.24% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 231 - color contains mainly: green. Hex color #70E792 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #70E792 is #8F186D. Grayscale: #B9B9B9. Windows color (decimal): -9377902 or 9627504. OLE color: 9627504.

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

Color convert

RGB112231146-
CMYK0.5200.370.09
HSL137.14º71.26%67.25%-
HSV(B)137.14º51.52%90.59%-
XYZ40.4562.6737.16-
YUV185.73105.5875.41-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 22.90%
GREEN value IS 231 (90.62% from 255) = 47.24%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=22.90%
G=47.24%
B=29.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122311460.5200.370.09137.1471.2667.25
Hex70E792340259894743
Octal1603472226404511211107103
Binary11100001110011110010010110100010010110011000100110001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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