#70EC6B

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

Shades of Pastel Green #70EC6B

Tints of Pastel Green #70EC6B

Color information

#70EC6B (or 0x70EC6B) is unknown color: approx Pastel Green. HEX triplet: 70, EC and 6B. RGB value is (112,236,107). Sum of RGB (Red+Green+Blue) = 112+236+107=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 107 (42.19% from 255 or 23.52% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #70EC6B is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EC6B is #8F1394. Grayscale: #B8B8B8. Windows color (decimal): -9376661 or 7072880. OLE color: 7072880.

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

Color convert

RGB112236107-
CMYK0.5300.550.07
HSL117.67º77.25%67.25%-
HSV(B)117.67º54.66%92.55%-
XYZ39.3364.524.29-
YUV184.2284.4276.49-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 236 (92.58% from 255) = 51.87%
BLUE value IS 107 (42.19% from 255) = 23.52%
R=24.62%
G=51.87%
B=23.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122361070.5300.550.07117.6777.2567.25
Hex70EC6B350377764d43
Octal160354153650677166115103
Binary11100001110110011010111101010110111111111011010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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