#70CA7B

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

Shades of Pastel Green #70CA7B

Tints of Pastel Green #70CA7B

Color information

#70CA7B (or 0x70CA7B) is unknown color: approx Pastel Green. HEX triplet: 70, CA and 7B. RGB value is (112,202,123). Sum of RGB (Red+Green+Blue) = 112+202+123=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA7B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA7B is #8F3584. Grayscale: #A6A6A6. Windows color (decimal): -9385349 or 8112752. OLE color: 8112752.

HSL color Cylindrical-coordinate representation of color #70CA7B: hue angle of 127.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CA7B is Cyan = 0.45, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.

Color convert

RGB112202123-
CMYK0.4500.390.21
HSL127.33º45.92%61.57%-
HSV(B)127.33º44.55%79.22%-
XYZ31.3847.1226.18-
YUV166.08103.6889.42-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=25.63%
G=46.22%
B=28.15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021230.4500.390.21127.3345.9261.57
Hex70CA7B2D027157f2e3e
Octal16031217355047251775676
Binary11100001100101011110111011010100111101011111111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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