#70EC7B

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

Shades of Pastel Green #70EC7B

Tints of Pastel Green #70EC7B

Color information

#70EC7B (or 0x70EC7B) is unknown color: approx Pastel Green. HEX triplet: 70, EC and 7B. RGB value is (112,236,123). Sum of RGB (Red+Green+Blue) = 112+236+123=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 236 (92.58% from 255 or 50.11% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC7B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC7B is #8F1384. Grayscale: #BABABA. Windows color (decimal): -9376645 or 8121456. OLE color: 8121456.

HSL color Cylindrical-coordinate representation of color #70EC7B: hue angle of 125.32º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EC7B is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.07.

Color convert

RGB112236123-
CMYK0.5300.480.07
HSL125.32º76.54%68.24%-
HSV(B)125.32º52.54%92.55%-
XYZ40.2564.8729.14-
YUV186.0492.4275.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.78%
GREEN value IS 236 (92.58% from 255) = 50.11%
BLUE value IS 123 (48.44% from 255) = 26.11%
R=23.78%
G=50.11%
B=26.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361230.5300.480.07125.3276.5468.24
Hex70EC7B3503077d4d44
Octal160354173650607175115104
Binary11100001110110011110111101010110000111111110110011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,236,123); }

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

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

 a { background-color: rgb(112,236,123); }

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

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

 span { border-color: rgb(112,236,123); }

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