#70CD73

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

Shades of Pastel Green #70CD73

Tints of Pastel Green #70CD73

Color information

#70CD73 (or 0x70CD73) is unknown color: approx Pastel Green. HEX triplet: 70, CD and 73. RGB value is (112,205,115). Sum of RGB (Red+Green+Blue) = 112+205+115=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 115 (45.31% from 255 or 26.62% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #70CD73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70CD73 is #8F328C. Grayscale: #A7A7A7. Windows color (decimal): -9384589 or 7589232. OLE color: 7589232.

HSL color Cylindrical-coordinate representation of color #70CD73: hue angle of 121.94º degrees, saturation: 0.48, 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 #70CD73 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB112205115-
CMYK0.4500.440.20
HSL121.94º48.19%62.16%-
HSV(B)121.94º45.37%80.39%-
XYZ31.6148.3523.89-
YUV166.9398.6988.82-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.93%
GREEN value IS 205 (80.47% from 255) = 47.45%
BLUE value IS 115 (45.31% from 255) = 26.62%
R=25.93%
G=47.45%
B=26.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122051150.4500.440.20121.9448.1962.16
Hex70CD732D02C147a303e
Octal16031516355054241726076
Binary11100001100110111100111011010101100101001111010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CD73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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