#70CB7A

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

Shades of Pastel Green #70CB7A

Tints of Pastel Green #70CB7A

Color information

#70CB7A (or 0x70CB7A) is unknown color: approx Pastel Green. HEX triplet: 70, CB and 7A. RGB value is (112,203,122). Sum of RGB (Red+Green+Blue) = 112+203+122=437 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.63% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CB7A is #8F3485. Grayscale: #A6A6A6. Windows color (decimal): -9385094 or 8047472. OLE color: 8047472.

HSL color Cylindrical-coordinate representation of color #70CB7A: hue angle of 126.59º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB7A is Cyan = 0.45, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB112203122-
CMYK0.4500.400.20
HSL126.59º46.67%61.76%-
HSV(B)126.59º44.83%79.61%-
XYZ31.5547.5625.93-
YUV166.56102.8589.09-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.63%
GREEN value IS 203 (79.69% from 255) = 46.45%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=25.63%
G=46.45%
B=27.92%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031220.4500.400.20126.5946.6761.76
Hex70CB7A2D028147f2f3e
Octal16031317255050241775776
Binary11100001100101111110101011010101000101001111111101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,122); }

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

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

 a { background-color: rgb(112,203,122); }

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

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

 span { border-color: rgb(112,203,122); }

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