#70E966

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

Shades of Pastel Green #70E966

Tints of Pastel Green #70E966

Color information

#70E966 (or 0x70E966) is unknown color: approx Pastel Green. HEX triplet: 70, E9 and 66. RGB value is (112,233,102). Sum of RGB (Red+Green+Blue) = 112+233+102=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 233 (91.41% from 255 or 52.13% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 233 - color contains mainly: green. Hex color #70E966 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70E966 is #8F1699. Grayscale: #B6B6B6. Windows color (decimal): -9377434 or 6744432. OLE color: 6744432.

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

Color convert

RGB112233102-
CMYK0.5200.560.09
HSL115.42º74.86%65.69%-
HSV(B)115.42º56.22%91.37%-
XYZ38.2262.6822.65-
YUV181.8982.9178.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 233 (91.41% from 255) = 52.13%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=25.06%
G=52.13%
B=22.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1122331020.5200.560.09115.4274.8665.69
Hex70E966340389734b42
Octal1603511466407011163113102
Binary111000011101001110011011010001110001001111001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70E966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,233,102); }

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

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

 a { background-color: rgb(112,233,102); }

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

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

 span { border-color: rgb(112,233,102); }

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