#70CA73

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

Shades of Pastel Green #70CA73

Tints of Pastel Green #70CA73

Color information

#70CA73 (or 0x70CA73) is unknown color: approx Pastel Green. HEX triplet: 70, CA and 73. RGB value is (112,202,115). Sum of RGB (Red+Green+Blue) = 112+202+115=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 202 (79.30% from 255 or 47.09% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 202 - color contains mainly: green. Hex color #70CA73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CA73 is #8F358C. Grayscale: #A5A5A5. Windows color (decimal): -9385357 or 7588464. OLE color: 7588464.

HSL color Cylindrical-coordinate representation of color #70CA73: hue angle of 122º 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 #70CA73 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB112202115-
CMYK0.4500.430.21
HSL122º45.92%61.57%-
HSV(B)122º44.55%79.22%-
XYZ30.946.9223.65-
YUV165.1799.6890.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 202 (79.30% from 255) = 47.09%
BLUE value IS 115 (45.31% from 255) = 26.81%
R=26.11%
G=47.09%
B=26.81%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122021150.4500.430.2112245.9261.57
Hex70CA732D02B157a2e3e
Octal16031216355053251725676
Binary11100001100101011100111011010101011101011111010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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