#70EB6E

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

Shades of Pastel Green #70EB6E

Tints of Pastel Green #70EB6E

Color information

#70EB6E (or 0x70EB6E) is unknown color: approx Pastel Green. HEX triplet: 70, EB and 6E. RGB value is (112,235,110). Sum of RGB (Red+Green+Blue) = 112+235+110=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #70EB6E is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70EB6E is #8F1491. Grayscale: #B8B8B8. Windows color (decimal): -9376914 or 7269232. OLE color: 7269232.

HSL color Cylindrical-coordinate representation of color #70EB6E: hue angle of 119.04º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70EB6E is Cyan = 0.52, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.08.

Color convert

RGB112235110-
CMYK0.5200.530.08
HSL119.04º75.76%67.65%-
HSV(B)119.04º53.19%92.16%-
XYZ39.263.9925.04-
YUV183.9786.2576.66-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.51%
GREEN value IS 235 (92.19% from 255) = 51.42%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=24.51%
G=51.42%
B=24.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1122351100.5200.530.08119.0475.7667.65
Hex70EB6E340358774c44
Octal1603531566406510167114104
Binary111000011101011110111011010001101011000111011110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70EB6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,235,110); }

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

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

 a { background-color: rgb(112,235,110); }

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

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

 span { border-color: rgb(112,235,110); }

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