#70E76D

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

Shades of Pastel Green #70E76D

Tints of Pastel Green #70E76D

Color information

#70E76D (or 0x70E76D) is unknown color: approx Pastel Green. HEX triplet: 70, E7 and 6D. RGB value is (112,231,109). Sum of RGB (Red+Green+Blue) = 112+231+109=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 231 (90.62% from 255 or 51.11% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 231 - color contains mainly: green. Hex color #70E76D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E76D is #8F1892. Grayscale: #B5B5B5. Windows color (decimal): -9377939 or 7202672. OLE color: 7202672.

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

Color convert

RGB112231109-
CMYK0.5200.530.09
HSL118.52º71.76%66.67%-
HSV(B)118.52º52.81%90.59%-
XYZ38.0261.724.37-
YUV181.5187.0878.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 231 (90.62% from 255) = 51.11%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=24.78%
G=51.11%
B=24.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122311090.5200.530.09118.5271.7666.67
Hex70E76D340359774843
Octal1603471556406511167110103
Binary111000011100111110110111010001101011001111011110010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E76D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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