#70E773

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

Shades of Pastel Green #70E773

Tints of Pastel Green #70E773

Color information

#70E773 (or 0x70E773) is unknown color: approx Pastel Green. HEX triplet: 70, E7 and 73. RGB value is (112,231,115). Sum of RGB (Red+Green+Blue) = 112+231+115=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 231 (90.62% from 255 or 50.44% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 231 - color contains mainly: green. Hex color #70E773 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E773 is #8F188C. Grayscale: #B6B6B6. Windows color (decimal): -9377933 or 7595888. OLE color: 7595888.

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

Color convert

RGB112231115-
CMYK0.5200.500.09
HSL121.51º71.26%67.25%-
HSV(B)121.51º51.52%90.59%-
XYZ38.3561.8326.13-
YUV182.290.0877.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.45%
GREEN value IS 231 (90.62% from 255) = 50.44%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=24.45%
G=50.44%
B=25.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122311150.5200.500.09121.5171.2667.25
Hex70E7733403297a4743
Octal1603471636406211172107103
Binary111000011100111111001111010001100101001111101010001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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