#70ED75

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

Shades of Pastel Green #70ED75

Tints of Pastel Green #70ED75

Color information

#70ED75 (or 0x70ED75) is unknown color: approx Pastel Green. HEX triplet: 70, ED and 75. RGB value is (112,237,117). Sum of RGB (Red+Green+Blue) = 112+237+117=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 237 (92.97% from 255 or 50.86% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 237 - color contains mainly: green. Hex color #70ED75 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #70ED75 is #8F128A. Grayscale: #BABABA. Windows color (decimal): -9376395 or 7728496. OLE color: 7728496.

HSL color Cylindrical-coordinate representation of color #70ED75: hue angle of 122.4º degrees, saturation: 0.78, 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 #70ED75 is Cyan = 0.53, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB112237117-
CMYK0.5300.510.07
HSL122.4º77.64%68.43%-
HSV(B)122.4º52.74%92.94%-
XYZ40.1865.327.32-
YUV185.9489.0975.26-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.03%
GREEN value IS 237 (92.97% from 255) = 50.86%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=24.03%
G=50.86%
B=25.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1122371170.5300.510.07122.477.6468.43
Hex70ED753503377a4e44
Octal160355165650637172116104
Binary11100001110110111101011101010110011111111101010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70ED75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,237,117); }

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

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

 a { background-color: rgb(112,237,117); }

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

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

 span { border-color: rgb(112,237,117); }

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