#70D27B

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

Shades of Pastel Green #70D27B

Tints of Pastel Green #70D27B

Color information

#70D27B (or 0x70D27B) is unknown color: approx Pastel Green. HEX triplet: 70, D2 and 7B. RGB value is (112,210,123). Sum of RGB (Red+Green+Blue) = 112+210+123=445 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.17% from 445); Green value is 210 (82.42% from 255 or 47.19% from 445); Blue value is 123 (48.44% from 255 or 27.64% from 445); Max value from RGB is 210 - color contains mainly: green. Hex color #70D27B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70D27B is #8F2D84. Grayscale: #ABABAB. Windows color (decimal): -9383301 or 8114800. OLE color: 8114800.

HSL color Cylindrical-coordinate representation of color #70D27B: hue angle of 126.73º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D27B is Cyan = 0.47, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB112210123-
CMYK0.4700.410.18
HSL126.73º52.13%63.14%-
HSV(B)126.73º46.67%82.35%-
XYZ33.350.9726.82-
YUV170.78101.0386.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.17%
GREEN value IS 210 (82.42% from 255) = 47.19%
BLUE value IS 123 (48.44% from 255) = 27.64%
R=25.17%
G=47.19%
B=27.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1122101230.4700.410.18126.7352.1363.14
Hex70D27B2F029127f343f
Octal16032217357051221776477
Binary11100001101001011110111011110101001100101111111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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