#70e86c

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

Shades of Pastel Green #70E86C

Tints of Pastel Green #70E86C

Color information

#70E86C (or 0x70E86C) is unknown color: approx Pastel Green. HEX triplet: 70, E8 and 6C. RGB value is (112,232,108). Sum of RGB (Red+Green+Blue) = 112+232+108=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 232 (91.02% from 255 or 51.33% from 452); Blue value is 108 (42.58% from 255 or 23.89% from 452); Max value from RGB is 232 - color contains mainly: green. Hex color #70E86C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E86C is #8F1793. Grayscale: #B6B6B6. Windows color (decimal): -9377684 or 7137392. OLE color: 7137392.

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

Color convert

RGB112232108-
CMYK0.5200.530.09
HSL118.06º72.94%66.67%-
HSV(B)118.06º53.45%90.98%-
XYZ38.2562.2424.19-
YUV181.9886.2478.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 232 (91.02% from 255) = 51.33%
BLUE value IS 108 (42.58% from 255) = 23.89%
R=24.78%
G=51.33%
B=23.89%

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
Decimal1122321080.5200.530.09118.0672.9466.67
Hex70E86C340359764943
Octal1603501546406511166111103
Binary111000011101000110110011010001101011001111011010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70e86c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,232,108); }

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

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

 a { background-color: rgb(112,232,108); }

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

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

 span { border-color: rgb(112,232,108); }

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